Searched refs:lstat (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sal/osl/unx/ |
H A D | uunxapi.cxx | 114 return lstat(OUStringToOString(pustrPath).getStr(), buf); in lstat_u() 116 return lstat(macxp_resolveAliasAndConvert(pustrPath).getStr(), buf); in lstat_u()
|
H A D | file_stat.cxx | 273 if (bStatNeeded && (0 != osl::lstat(file_path, file_stat))) in osl_getFileStatus() 398 nRet = lstat(pszFilePath,&aFileStat); in osl_psz_setFileTime()
|
H A D | uunxapi.hxx | 76 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat() function
|
H A D | file_misc.cxx | 721 nRet = lstat(pszPath,&aStat); in osl_psz_removeFile() 781 nRet = lstat(pszPath,&aFileStat); in osl_psz_copyFile()
|
H A D | system.h | 413 # define STAT_PARENT lstat
|
/aoo41x/main/sal/osl/os2/ |
H A D | uunxapi.hxx | 84 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat() function
|
H A D | uunxapi.cxx | 73 return lstat(OUStringToOString(pustrPath).getStr(), buf); in lstat_u()
|
H A D | system.h | 432 # define STAT_PARENT lstat
|
H A D | file.cxx | 2144 nRet = lstat(pszPath,&aFileStat); in osl_psz_copyFile() 2714 osl::lstat(pItemImpl->ustrFilePath, file_stat); in osl_getFileStatus() 3063 nRet = lstat(pszFilePath,&aFileStat); in osl_psz_setFileTime()
|
/aoo41x/main/odk/source/unoapploader/unx/ |
H A D | unoapploader.c | 106 ret = lstat(unoinfo, &stat); in main()
|
/aoo41x/main/soltools/mkdepend/ |
H A D | include.c | 242 if (lstat(buf, &st) == 0
|
/aoo41x/main/l10ntools/source/ |
H A D | directory.cxx | 219 if( lstat( sEntity.getStr() , &statbuf2 ) < 0 ) in readDirectory()
|
/aoo41x/main/tools/source/stream/ |
H A D | strmunx.cxx | 688 if ( lstat( aLocalFilename.GetBuffer(), &buf ) == 0 ) in Open()
|
Completed in 96 milliseconds