Home
last modified time | relevance | path

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

12

/aoo41x/main/sal/osl/unx/
H A Dfile_misc.cxx156 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 Dprocess.c86 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 Dfile_volume.cxx106 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 Duunxapi.cxx64 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 Dfile_url.cxx525 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 Dfile_stat.cxx363 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 Dprocess_impl.cxx86 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 Dprofile.c125 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 Dsignal.c435 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 Dmodule.c57 char buffer[PATH_MAX]; in osl_loadModule()
59 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule()
H A Dsystem.c414 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 Dsecurity.c715 sal_Char pszDirectory[PATH_MAX]; in osl_getHomeDir()
777 sal_Char pszDirectory[PATH_MAX]; in osl_getConfigDir()
H A Dsockimpl.h63 sal_Char m_Name[PATH_MAX + 1];
/aoo41x/main/sal/osl/os2/
H A Dfile.cxx967 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 Dmodule.c55 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 Dfile_url.cxx1200 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 Dfile_url.h132 sal_Char pszMountPoint[PATH_MAX];
133 sal_Char pszFilePath[PATH_MAX];
134 sal_Char pszDevice[PATH_MAX];
H A Dprocess.c141 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 Dsecurity.c196 sal_Char pszDirectory[PATH_MAX]; in osl_getHomeDir()
261 sal_Char pszDirectory[PATH_MAX]; in osl_getConfigDir()
H A Duunxapi.cxx55 char rp[PATH_MAX]; in realpath_u()
/aoo41x/main/soltools/javadep/
H A Djavadep.c46 #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 Dosl_old_test_file.cxx168 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.c42 # define PATH_MAX _MAX_PATH macro
54 char fname[PATH_MAX], iname[PATH_MAX]; in doinclude()
H A D_macro.c32 # define PATH_MAX _MAX_PATH macro
50 static uchar location[(PATH_MAX + 8) * NINC], *cp; in dodefine()
/aoo41x/main/stoc/test/
H A Dtestloader.cxx45 #define _MAX_PATH PATH_MAX

Completed in 166 milliseconds

12