Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 25 of 40) sorted by path

12

/trunk/main/basegfx/qa/
H A Dmkpolygons.pl79 my $cwd = getcwd;
89 my ($volume_cwd,$directories_cwd,$file_cwd) = File::Spec->splitpath ($cwd);
96 $zip_name = File::Spec->catfile ($cwd, $zip_name);
126 chdir ($cwd);
/trunk/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx69 WCHAR cwd[MAX_PATH]; in GenericMain() local
70 DWORD cwdLen = GetCurrentDirectoryW(MAX_PATH, cwd); in GenericMain()
104 p = desktop_win32::commandLineAppendEncoded(p, cwd); in GenericMain()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx212 WCHAR cwd[MAX_PATH]; in WinMain() local
213 DWORD cwdLen = GetCurrentDirectoryW(MAX_PATH, cwd); in WinMain()
280 fSuccess = writeArgument(hPipe, '2', cwd); in WinMain()
345 p = desktop_win32::commandLineAppendEncoded(p, cwd); in WinMain()
/trunk/main/javainstaller2/src/Helpfiles/
H A Dcreate_helpfiles.pl56 my $localdir = cwd();
/trunk/main/javainstaller2/src/Properties/
H A Dcreate_property.pl56 my $localdir = cwd();
/trunk/main/pyuno/demo/
H A Dooextract.py79 cwd = systemPathToFileUrl( getcwd() )
86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx1414 char* cwd; in osl_getAbsoluteFileURL() local
1433 cwd = getcwd( szCurrentDir, sizeof(szCurrentDir) ); in osl_getAbsoluteFileURL()
1543 rtl::OUString cwd; in find_in_CWD() local
1544 FileBase::getSystemPathFromFileURL(cwd_url, cwd); in find_in_CWD()
1545 bfound = osl::searchPath(file_path, cwd, result); in find_in_CWD()
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx759 rtl::OUString cwd; in find_in_CWD() local
760 FileBase::getSystemPathFromFileURL(cwd_url, cwd); in find_in_CWD()
761 bfound = osl::searchPath(file_path, cwd, result); in find_in_CWD()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx501 rtl::OUString cwd; in osl_executeProcess_WithRedirectedIO() local
502 …ectory->length && (osl_File_E_None != osl::FileBase::getSystemPathFromFileURL(ustrDirectory, cwd))) in osl_executeProcess_WithRedirectedIO()
505 LPCWSTR p_cwd = (cwd.getLength()) ? reinterpret_cast<LPCWSTR>(cwd.getStr()) : NULL; in osl_executeProcess_WithRedirectedIO()
/trunk/main/sal/qa/
H A Dbuildall.pl33 my $cwd = getcwd();
403 my $newpath = $cwd . $FS . $path;
407 cwd();
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_filter.pl44 our $cwd = `pwd`; # current working directory
45 chomp($cwd);
215 chdir $cwd;
/trunk/main/setup_native/scripts/
H A Dadmin.pl1098 my $from = cwd();
1366 my $from = cwd();
/trunk/main/slideshow/qa/tools/
H A Dmkeffects.pl75 my $cwd = getcwd;
85 my ($volume_cwd,$directories_cwd,$file_cwd) = File::Spec->splitpath ($cwd);
92 $zip_name = File::Spec->catfile ($cwd, $zip_name);
122 chdir ($cwd);
H A Dmktransitions.pl77 my $cwd = getcwd;
87 my ($volume_cwd,$directories_cwd,$file_cwd) = File::Spec->splitpath ($cwd);
94 $zip_name = File::Spec->catfile ($cwd, $zip_name);
124 chdir ($cwd);
/trunk/main/solenv/bin/
H A Dmake_installer.pl1067 my $currentdir = cwd(); # $currentdir is global in this file
1357 my $currentdir = cwd();
H A Dmakemani.pl77 my $work_dir = cwd();
H A Dmkdir.pl33 $currdir = cwd;
H A Dmkout.pl113 my $path = cwd();
/trunk/main/solenv/bin/modules/
H A DRepositoryHelper.pm60 $initial_directory = cwd();
H A DSourceConfigHelper.pm76 my $initial_directory = cwd();
/trunk/main/solenv/bin/modules/installer/
H A Dconfiguration.pm753 my $currentdir = cwd();
H A Dcontrol.pm152 my $currentdir = cwd();
H A Depmfile.pm1308 $newepmdir = cwd() . $installer::globals::separator . $newepmdir; # only absolute path allowed
H A Djavainstaller.pm1782 my $from = cwd();
H A Dparameter.pm218 $$pathref = cwd() . $installer::globals::separator . $$pathref;
228 $$pathref = cwd() . $installer::globals::separator . $$pathref;
248 $$pathref = cwd() . $installer::globals::separator . $$pathref;
384 $installer::globals::unpackpath = cwd();

Completed in 242 milliseconds

12