Home
last modified time | relevance | path

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

12

/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx152 char path[PATH_MAX]; in osl_openDirectory()
387 char path[PATH_MAX]; in osl_createDirectory()
411 char path[PATH_MAX]; in osl_removeDirectory()
586 char srcPath[PATH_MAX]; in osl_moveFile()
587 char destPath[PATH_MAX]; in osl_moveFile()
604 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_moveFile()
617 char srcPath[PATH_MAX]; in osl_copyFile()
618 char destPath[PATH_MAX]; in osl_copyFile()
635 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_copyFile()
648 char path[PATH_MAX]; in osl_removeFile()
[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 Dprocess.c85 sal_Char m_Name[PATH_MAX + 1];
105 sal_Char m_Name[PATH_MAX + 1];
150 sal_Char path[PATH_MAX + 1]; in osl_searchPath_impl()
189 char szRealPathBuf[PATH_MAX] = ""; in osl_searchPath_impl()
700 char szImagePath[PATH_MAX] = ""; in osl_executeProcess_WithRedirectedIO()
701 char szWorkDir[PATH_MAX] = ""; in osl_executeProcess_WithRedirectedIO()
710 FileURLToPath( szWorkDir, PATH_MAX, ustrWorkDir ); in osl_executeProcess_WithRedirectedIO()
845 sal_Char path[PATH_MAX + 1]; in osl_psz_executeProcess()
1156 char name[PATH_MAX + 1]; in osl_getProcStat()
1208 char name[PATH_MAX + 1]; in osl_getProcStatus()
[all …]
H A Dfile_url.cxx524 char unresolved_path[PATH_MAX]; in _osl_resolvepath()
528 char resolved_path[PATH_MAX]; in _osl_resolvepath()
531 if (!TextToUnicode(resolved_path, strlen(resolved_path), path, PATH_MAX)) in _osl_resolvepath()
557 if (unresolved_path.getLength() >= (PATH_MAX - 2)) in osl_getAbsoluteFileURL_impl_()
560 sal_Unicode path_resolved_so_far[PATH_MAX]; in osl_getAbsoluteFileURL_impl_()
566 sal_Unicode* sentinel = path_resolved_so_far + PATH_MAX - 2; in osl_getAbsoluteFileURL_impl_()
672 OSL_ASSERT(len < PATH_MAX); in osl_getAbsoluteFileURL_impl_()
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_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 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()
2067 strncpy(pszIniFile,pProfile->m_FileName,PATH_MAX); in osl_ProfileSwapProfileNames()
2068 pszIniFile[PATH_MAX-1] = '\0'; in osl_ProfileSwapProfileNames()
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 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 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 Dmodule.c57 char buffer[PATH_MAX]; in osl_loadModule()
59 if (UnicodeToText(buffer, PATH_MAX, ustrTmp->buffer, ustrTmp->length)) in osl_loadModule()
H A Dsecurity.c714 sal_Char pszDirectory[PATH_MAX]; in osl_getHomeDir()
776 sal_Char pszDirectory[PATH_MAX]; in osl_getConfigDir()
H A Dsockimpl.h63 sal_Char m_Name[PATH_MAX + 1];
/trunk/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()
/trunk/main/soltools/javadep/
H A Djavadep.c46 #define PATH_MAX _MAX_PATH macro
273 char path[PATH_MAX+1]; in add_to_dependencies()
274 char cnp_class_file[PATH_MAX+1]; in add_to_dependencies()
275 char cnp_str[PATH_MAX+1]; in add_to_dependencies()
290 if ( nlen_filt + 1 + nlen_str > PATH_MAX ) in add_to_dependencies()
629 char buffer[PATH_MAX]; in err_quit()
/trunk/main/sal/qa/osl/file/
H A Dosl_old_test_file.cxx157 char buf[PATH_MAX]; in TEST_F()
158 if( getcwd( buf, PATH_MAX ) ) in TEST_F()
160 char buf2[PATH_MAX]; in TEST_F()
/trunk/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()
/trunk/main/stoc/test/
H A Dtestloader.cxx45 #define _MAX_PATH PATH_MAX

Completed in 142 milliseconds

12