Home
last modified time | relevance | path

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

12

/trunk/main/testgraphical/source/
H A Dfill_documents_loop.pl57 my $cwd = getcwd();
125 cwd();
162 cwd();
304 chdir $cwd;
305 cwd();
H A DConvwatchHelper.pm301 cwd();
344 cwd();
481 my $sCurrentPath = cwd();
488 cwd();
H A Dcompare.pl357 my $cwd = getcwd();
358 print "Current Directory: $cwd\n" if ($verbose);
364 $sProjectBase = appendPath($cwd, $ENV{PRJ});
368 $sProjectBase = dirname($cwd);
/trunk/main/test/source/cpp/
H A Dtoabsolutefileurl.cxx43 rtl::OUString cwd; in toAbsoluteFileUrl() local
44 oslProcessError e1 = osl_getProcessWorkingDir(&cwd.pData); in toAbsoluteFileUrl()
67 e2 = osl::FileBase::getAbsoluteFileURL(cwd, url, absUrl); in toAbsoluteFileUrl()
73 cwd + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(", ")) + url + in toAbsoluteFileUrl()
/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/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/testgraphical/prechecks/
H A Dsoftwaretests.pl42 my $cwd = getcwd();
99 cwd();
156 cwd();
180 cwd();
/trunk/main/solenv/bin/modules/pre2par/
H A Dparameter.pm142 $$pathref = cwd() . $pre2par::globals::separator . $$pathref;
150 $$pathref = cwd() . $pre2par::globals::separator . $$pathref;
159 $$pathref = cwd() . $pre2par::globals::separator . $$pathref;
/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/sal/qa/helper/gcov/
H A Dgcov_filter.pl44 our $cwd = `pwd`; # current working directory
45 chomp($cwd);
215 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/solenv/bin/
H A Dpchdelta.py59 cwd = os.path.abspath(os.getcwd())
63 buildcommand += " >>" + cwd + "/buildlog.txt 2>&1"
65 os.chdir(cwd)
H A Dmkdir.pl33 $currdir = cwd;
H A Dmakemani.pl77 my $work_dir = cwd();
H A Dmkout.pl113 my $path = cwd();
/trunk/main/sal/qa/
H A Dbuildall.pl33 my $cwd = getcwd();
403 my $newpath = $cwd . $FS . $path;
407 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/solenv/bin/modules/installer/windows/
H A Dsign.pm546 my $currentpath = cwd();
894 my $from = cwd();
1000 my $from = cwd();
1080 my $from = cwd();
1188 my $from = cwd();
/trunk/main/solenv/bin/modules/installer/
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();
H A Dsimplepackage.pm97 my $from = cwd();
119 my $currentdir = cwd();
374 $from = cwd();
446 my $localfrom = cwd();
/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/pyuno/demo/
H A Dooextract.py79 cwd = systemPathToFileUrl( getcwd() )
86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
/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/setup_native/scripts/
H A Dadmin.pl1098 my $from = cwd();
1366 my $from = cwd();

Completed in 182 milliseconds

12