Searched refs:fstat (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/soltools/mkdepend/ |
H A D | main.c | 195 fstat(afd, &ast); 488 fstat(fd, &st);
|
/aoo42x/main/desktop/source/pagein/ |
H A D | file_image_unx.c | 60 if (fstat (fd, &st) == -1) in file_image_open()
|
/aoo42x/main/setup_native/scripts/source/ |
H A D | getuid.c | 53 int fstat(int fildes, struct stat *buf) in fstat() function
|
/aoo42x/main/tools/ |
H A D | Library_tl.mk | 72 tools/source/fsys/fstat \
|
/aoo42x/main/soltools/adjustvisibility/ |
H A D | adjustvisibility.cxx | 239 if ( fstat(fd, &aStatBuf) == -1) { in processObject()
|
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 734 if (-1 == fstat (fd, &aFileStat)) in osl_createFileHandleFromFD() 896 if (-1 == fstat (fd, &aFileStat)) in osl_openFile()
|
H A D | profile.c | 1124 if ( (pFile->m_Handle < 0) || (fstat(pFile->m_Handle, &status) < 0) ) in OslProfile_getFileStamp()
|
/aoo42x/main/tools/source/fsys/ |
H A D | filecopy.cxx | 349 if ( fstat( aSrc.GetFileHandle(), &buf ) == -1 ) in DoCopy_Impl()
|
/aoo42x/main/tools/source/stream/ |
H A D | strmunx.cxx | 868 if (::fstat (fd, &aStat) < 0) in SetSize()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 1276 if (-1 == fstat (fd, &aFileStat)) in osl_createFileHandleFromFD() 1438 if (-1 == fstat (fd, &aFileStat)) in osl_openFile()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 231 fstat( nFile, &aStat ); in Map()
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 1680 if (fstat(fd, &st) == -1) { in OpenTTFontFile()
|
Completed in 123 milliseconds