/aoo41x/main/sal/osl/unx/ |
H A D | file_misc.cxx | 156 char path[PATH_MAX]; in osl_openDirectory() 391 char path[PATH_MAX]; in osl_createDirectory() 415 char path[PATH_MAX]; in osl_removeDirectory() 594 char srcPath[PATH_MAX]; in osl_moveFile() 595 char destPath[PATH_MAX]; in osl_moveFile() 612 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_moveFile() 625 char srcPath[PATH_MAX]; in osl_copyFile() 626 char destPath[PATH_MAX]; in osl_copyFile() 643 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_copyFile() 656 char path[PATH_MAX]; in osl_removeFile() [all …]
|
H A D | process.c | 86 sal_Char m_Name[PATH_MAX + 1]; 106 sal_Char m_Name[PATH_MAX + 1]; 151 sal_Char path[PATH_MAX + 1]; in osl_searchPath_impl() 190 char szRealPathBuf[PATH_MAX] = ""; in osl_searchPath_impl() 701 char szImagePath[PATH_MAX] = ""; in osl_executeProcess_WithRedirectedIO() 702 char szWorkDir[PATH_MAX] = ""; in osl_executeProcess_WithRedirectedIO() 711 FileURLToPath( szWorkDir, PATH_MAX, ustrWorkDir ); in osl_executeProcess_WithRedirectedIO() 846 sal_Char path[PATH_MAX + 1]; in osl_psz_executeProcess() 1157 char name[PATH_MAX + 1]; in osl_getProcStat() 1209 char name[PATH_MAX + 1]; in osl_getProcStatus() [all …]
|
H A D | file_volume.cxx | 106 sal_Char pszMountPoint[PATH_MAX]; 107 sal_Char pszFilePath[PATH_MAX]; 108 sal_Char pszDevice[PATH_MAX]; 152 char path[PATH_MAX]; in osl_getVolumeInformation() 159 eRet = FileURLToPath( path, PATH_MAX, ustrDirectoryURL ); in osl_getVolumeInformation() 164 if ( macxp_resolveAlias( path, PATH_MAX ) != 0 ) in osl_getVolumeInformation() 434 sal_Char Buffer[PATH_MAX]; in osl_getVolumeDeviceMountPath() 796 sal_Char pszCmd[PATH_MAX]; in osl_mountFloppy() 929 sal_Char pszCmd[PATH_MAX]; in osl_unmountFloppy()
|
H A D | uunxapi.cxx | 64 sal_Char path[PATH_MAX]; in macxp_resolveAliasAndConvert() 65 if (p.getLength() < PATH_MAX) in macxp_resolveAliasAndConvert() 68 macxp_resolveAlias(path, PATH_MAX); in macxp_resolveAliasAndConvert() 95 char rp[PATH_MAX]; in realpath_u()
|
H A D | file_url.cxx | 525 char unresolved_path[PATH_MAX]; in _osl_resolvepath() 529 char resolved_path[PATH_MAX]; in _osl_resolvepath() 532 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) in _osl_resolvepath() 558 if (unresolved_path.getLength() >= (PATH_MAX - 2)) in osl_getAbsoluteFileURL_impl_() 561 sal_Unicode path_resolved_so_far[PATH_MAX]; in osl_getAbsoluteFileURL_impl_() 567 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2; in osl_getAbsoluteFileURL_impl_() 673 OSL_ASSERT(len < PATH_MAX); in osl_getAbsoluteFileURL_impl_()
|
H A D | file_stat.cxx | 363 char path[PATH_MAX]; in osl_setFileAttributes() 369 eRet = FileURLToPath( path, PATH_MAX, ustrFileURL ); in osl_setFileAttributes() 374 if ( macxp_resolveAlias( path, PATH_MAX ) != 0 ) in osl_setFileAttributes() 472 char path[PATH_MAX]; in osl_setFileTime() 478 eRet = FileURLToPath( path, PATH_MAX, ustrFileURL ); in osl_setFileTime() 483 if ( macxp_resolveAlias( path, PATH_MAX ) != 0 ) in osl_setFileTime()
|
H A D | process_impl.cxx | 86 char buffer[PATH_MAX]; in osl_bootstrap_getExecutableFile_Impl() 96 char abspath[PATH_MAX]; in osl_bootstrap_getExecutableFile_Impl() 433 char buffer[PATH_MAX]; in osl_getProcessWorkingDir()
|
H A D | profile.c | 125 sal_Char m_FileName[PATH_MAX + 1]; 182 char profilePath[PATH_MAX] = ""; in osl_openProfile() 185 FileURLToPath( profilePath, PATH_MAX, ustrProfileName ); in osl_openProfile() 195 sal_Char Filename[PATH_MAX]; in osl_psz_openProfile() 2027 sal_Char pszTmpName[PATH_MAX]; in osl_openTmpProfileImpl() 2057 sal_Char pszBakFile[PATH_MAX]; in osl_ProfileSwapProfileNames() 2058 sal_Char pszTmpFile[PATH_MAX]; in osl_ProfileSwapProfileNames() 2059 sal_Char pszIniFile[PATH_MAX]; in osl_ProfileSwapProfileNames()
|
H A D | signal.c | 435 char exe[PATH_MAX]; in callback() 443 if ((len = readlink(buffer, exe, PATH_MAX)) != -1) in callback() 623 char szDirectory[PATH_MAX]; in ReportCrash() 624 char szCanonicDirectory[PATH_MAX]; in ReportCrash()
|
H A D | module.c | 57 char buffer[PATH_MAX]; in osl_loadModule() 59 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule()
|
H A D | system.c | 414 char tmpPath[ PATH_MAX ]; in macxp_resolveAlias() 415 if ( FSRefMakePath( &aFSRef, (UInt8 *)tmpPath, PATH_MAX ) == noErr ) in macxp_resolveAlias() 418 if ( nLen < buflen && nLen < PATH_MAX ) in macxp_resolveAlias()
|
H A D | security.c | 715 sal_Char pszDirectory[PATH_MAX]; in osl_getHomeDir() 777 sal_Char pszDirectory[PATH_MAX]; in osl_getConfigDir()
|
H A D | sockimpl.h | 63 sal_Char m_Name[PATH_MAX + 1];
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 967 char path[PATH_MAX]; in osl_openDirectory() 1380 char buffer[PATH_MAX]; in osl_openFile() 1909 char srcPath[PATH_MAX]; in osl_moveFile() 1910 char destPath[PATH_MAX]; in osl_moveFile() 2206 char srcPath[PATH_MAX]; in osl_copyFile() 2207 char destPath[PATH_MAX]; in osl_copyFile() 2233 char path[PATH_MAX]; in osl_removeFile() 2584 char volume_root[PATH_MAX]; in osl_getVolumeInformation() 2814 char path[PATH_MAX]; in osl_createDirectory() 2843 char path[PATH_MAX]; in osl_removeDirectory() [all …]
|
H A D | module.c | 55 char buffer[PATH_MAX]; in osl_loadModule() 57 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule() 73 char buffer[PATH_MAX]; in osl_loadAsciiModule() 115 sal_Char szError[ PATH_MAX*2 ]; in osl_loadAsciiModule() 146 char buffer[PATH_MAX]; in osl_getModuleHandle() 148 if (UnicodeToText(buffer, PATH_MAX, pModuleName->buffer, in osl_getModuleHandle()
|
H A D | file_url.cxx | 1200 char unresolved_path[PATH_MAX]; 1204 char resolved_path[PATH_MAX]; 1207 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) 1233 if (unresolved_path.getLength() >= (PATH_MAX - 2)) 1236 sal_Unicode path_resolved_so_far[PATH_MAX]; 1242 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2; 1351 OSL_ASSERT(len < PATH_MAX);
|
H A D | file_url.h | 132 sal_Char pszMountPoint[PATH_MAX]; 133 sal_Char pszFilePath[PATH_MAX]; 134 sal_Char pszDevice[PATH_MAX];
|
H A D | process.c | 141 char szImagePath[PATH_MAX] = ""; in osl_executeProcess_WithRedirectedIO() 142 char szWorkDir[PATH_MAX] = ""; in osl_executeProcess_WithRedirectedIO() 168 FileURLToPath( szImagePath, PATH_MAX, ustrImageName ); in osl_executeProcess_WithRedirectedIO() 173 FileURLToPath( szWorkDir, PATH_MAX, ustrWorkDir ); in osl_executeProcess_WithRedirectedIO()
|
H A D | security.c | 196 sal_Char pszDirectory[PATH_MAX]; in osl_getHomeDir() 261 sal_Char pszDirectory[PATH_MAX]; in osl_getConfigDir()
|
H A D | uunxapi.cxx | 55 char rp[PATH_MAX]; in realpath_u()
|
/aoo41x/main/solenv/src/ |
H A D | dmake-cygwin64.patch | 10 + int err = cygwin_conv_path(CCP_WIN_A_TO_POSIX, path, cpath, PATH_MAX); 28 if ( (CygDrvPre = MALLOC( PATH_MAX, char)) == NIL(char) ) 33 + int err = cygwin_conv_path(CCP_WIN_A_TO_POSIX, "c:", CygDrvPre, PATH_MAX); 44 + int err = cygwin_conv_path(CCP_POSIX_TO_WIN_A, src, buf, PATH_MAX);
|
/aoo41x/main/soltools/javadep/ |
H A D | javadep.c | 46 #define PATH_MAX _MAX_PATH macro 270 char path[PATH_MAX+1]; in add_to_dependencies() 271 char cnp_class_file[PATH_MAX+1]; in add_to_dependencies() 272 char cnp_str[PATH_MAX+1]; in add_to_dependencies() 287 if ( nlen_filt + 1 + nlen_str > PATH_MAX ) in add_to_dependencies() 617 char buffer[PATH_MAX]; in err_quit()
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | osl_old_test_file.cxx | 168 char buf[PATH_MAX]; in test_file_003() 169 if( getcwd( buf, PATH_MAX ) ) in test_file_003() 171 char buf2[PATH_MAX]; in test_file_003()
|
/aoo41x/main/soltools/cpp/ |
H A D | _include.c | 42 # define PATH_MAX _MAX_PATH macro 54 char fname[PATH_MAX], iname[PATH_MAX]; in doinclude()
|
H A D | _macro.c | 32 # define PATH_MAX _MAX_PATH macro 50 static uchar location[(PATH_MAX + 8) * NINC], *cp; in dodefine()
|