Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sal/osl/unx/
H A Duunxapi.cxx114 return lstat(OUStringToOString(pustrPath).getStr(), buf); in lstat_u()
116 return lstat(macxp_resolveAliasAndConvert(pustrPath).getStr(), buf); in lstat_u()
H A Dfile_stat.cxx273 if (bStatNeeded && (0 != osl::lstat(file_path, file_stat))) in osl_getFileStatus()
398 nRet = lstat(pszFilePath,&aFileStat); in osl_psz_setFileTime()
H A Dfile_misc.cxx711 nRet = lstat(pszPath,&aStat); in osl_psz_removeFile()
771 nRet = lstat(pszPath,&aFileStat); in osl_psz_copyFile()
H A Duunxapi.hxx76 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat() function
H A Dsystem.h413 # define STAT_PARENT lstat
/trunk/main/sal/osl/os2/
H A Duunxapi.hxx84 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat() function
H A Duunxapi.cxx73 return lstat(OUStringToOString(pustrPath).getStr(), buf); in lstat_u()
H A Dsystem.h432 # define STAT_PARENT lstat
H A Dfile.cxx2144 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()
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c106 ret = lstat(unoinfo, &stat); in main()
/trunk/main/soltools/mkdepend/
H A Dinclude.c242 if (lstat(buf, &st) == 0
/trunk/main/l10ntools/source/
H A Ddirectory.cxx218 if( lstat( sEntity.getStr() , &statbuf2 ) < 0 ) in readDirectory()
/trunk/main/tools/source/stream/
H A Dstrmunx.cxx688 if ( lstat( aLocalFilename.GetBuffer(), &buf ) == 0 ) in Open()

Completed in 105 milliseconds