/aoo42x/main/testgraphical/source/ |
H A D | fill_documents_loop.pl | 57 my $cwd = getcwd(); 125 cwd(); 162 cwd(); 304 chdir $cwd; 305 cwd();
|
H A D | ConvwatchHelper.pm | 301 cwd(); 344 cwd(); 481 my $sCurrentPath = cwd(); 488 cwd();
|
H A D | compare.pl | 357 my $cwd = getcwd(); 358 print "Current Directory: $cwd\n" if ($verbose); 364 $sProjectBase = appendPath($cwd, $ENV{PRJ}); 368 $sProjectBase = dirname($cwd);
|
/aoo42x/main/test/source/cpp/ |
H A D | toabsolutefileurl.cxx | 43 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()
|
/aoo42x/main/basegfx/qa/ |
H A D | mkpolygons.pl | 79 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);
|
/aoo42x/main/slideshow/qa/tools/ |
H A D | mkeffects.pl | 75 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 D | mktransitions.pl | 77 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);
|
/aoo42x/main/testgraphical/prechecks/ |
H A D | softwaretests.pl | 42 my $cwd = getcwd(); 99 cwd(); 156 cwd(); 180 cwd();
|
/aoo42x/main/solenv/bin/modules/pre2par/ |
H A D | parameter.pm | 142 $$pathref = cwd() . $pre2par::globals::separator . $$pathref; 150 $$pathref = cwd() . $pre2par::globals::separator . $$pathref; 159 $$pathref = cwd() . $pre2par::globals::separator . $$pathref;
|
/aoo42x/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 212 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()
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | gcov_filter.pl | 44 our $cwd = `pwd`; # current working directory 45 chomp($cwd); 215 chdir $cwd;
|
/aoo42x/main/desktop/win32/source/guiloader/ |
H A D | genericloader.cxx | 69 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()
|
/aoo42x/main/solenv/bin/ |
H A D | pchdelta.py | 59 cwd = os.path.abspath(os.getcwd()) 63 buildcommand += " >>" + cwd + "/buildlog.txt 2>&1" 65 os.chdir(cwd)
|
H A D | mkdir.pl | 33 $currdir = cwd;
|
H A D | makemani.pl | 77 my $work_dir = cwd();
|
H A D | mkout.pl | 113 my $path = cwd();
|
/aoo42x/main/sal/qa/ |
H A D | buildall.pl | 33 my $cwd = getcwd(); 403 my $newpath = $cwd . $FS . $path; 407 cwd();
|
/aoo42x/main/sal/osl/w32/ |
H A D | procimpl.cxx | 501 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()
|
/aoo42x/main/solenv/bin/modules/installer/windows/ |
H A D | sign.pm | 546 my $currentpath = cwd(); 894 my $from = cwd(); 1000 my $from = cwd(); 1080 my $from = cwd(); 1188 my $from = cwd();
|
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | parameter.pm | 218 $$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 D | simplepackage.pm | 97 my $from = cwd(); 119 my $currentdir = cwd(); 374 $from = cwd(); 446 my $localfrom = cwd();
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 1414 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()
|
/aoo42x/main/pyuno/demo/ |
H A D | ooextract.py | 79 cwd = systemPathToFileUrl( getcwd() ) 86 fileUrl = uno.absolutize( cwd, systemPathToFileUrl(path) )
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_url.cxx | 759 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()
|
/aoo42x/main/setup_native/scripts/ |
H A D | admin.pl | 1098 my $from = cwd(); 1366 my $from = cwd();
|