Home
last modified time | relevance | path

Searched refs:stat (Results 26 – 50 of 74) sorted by relevance

123

/aoo42x/main/sal/osl/unx/
H A Dfile_misc.cxx709 struct stat aStat; in osl_psz_removeFile()
765 struct stat aFileStat; in osl_psz_copyFile()
792 nRet = stat(pszDestPath,&aFileStat); in osl_psz_copyFile()
H A Dpipe.c235 struct stat status; in osl_psz_createPipe()
238 if ( ( stat(name, &status) == 0) && in osl_psz_createPipe()
H A Duunxapi.h71 int lstat_u(const rtl_uString* pustrPath, struct stat* buf);
H A Duunxapi.hxx76 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat()
H A Duunxapi.cxx111 int lstat_u(const rtl_uString* pustrPath, struct stat* buf) in lstat_u()
H A Dsystem.h219 # define STAT_PARENT stat
H A Dfile.cxx733 struct stat aFileStat; in osl_createFileHandleFromFD()
895 struct stat aFileStat; in osl_openFile()
/aoo42x/main/icc/
H A DSampleICC-1.3.2.patch210 -#define stat _stat
263 - struct stat sb;
281 - struct stat sb;
299 - struct stat sb;
300 - return stat(s, &sb) == 0;
525 +#define stat _stat
592 + struct stat sb;
610 + struct stat sb;
628 + struct stat sb;
629 + return stat(s, &sb) == 0;
[all …]
/aoo42x/main/toolkit/workben/layout/
H A Dtest.cxx168 struct stat stat_info; in support_upstream_brand_prefix()
169 if ( !stat ( OUSTRING_CSTR( brand_dir ), &stat_info ) ) in support_upstream_brand_prefix()
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx1275 struct stat aFileStat; in osl_createFileHandleFromFD()
1437 struct stat aFileStat; in osl_openFile()
2138 struct stat aFileStat; in osl_psz_copyFile()
2165 nRet = stat(pszDestPath,&aFileStat); in osl_psz_copyFile()
2706 struct stat file_stat; in osl_getFileStatus()
3058 struct stat aFileStat; in osl_psz_setFileTime()
H A Duunxapi.h71 int lstat_u(const rtl_uString* pustrPath, struct stat* buf);
H A Duunxapi.hxx84 inline int lstat(const rtl::OUString& ustrPath, struct stat& buf) in lstat()
H A Duunxapi.cxx71 int lstat_u(const rtl_uString* pustrPath, struct stat* buf) in lstat_u()
H A Dsystem.h248 # define STAT_PARENT stat
/aoo42x/main/ucb/source/ucp/file/
H A Dshell.cxx1328 osl::FileStatus stat(FileStatusMask_Type); in getType() local
1329 err = item->getFileStatus(stat); in getType()
1334 *type = stat.getFileType(); in getType()
1363 osl::FileStatus stat(FileStatusMask_LinkTargetURL); in copy() local
1364 nError = item.getFileStatus(stat); in copy()
1370 rslvdSrcUnqPath = stat.getLinkTargetURL(); in copy()
/aoo42x/main/store/source/
H A Dstorlckb.hxx106 storeError stat (sal_uInt32 &rnSize);
/aoo42x/main/desktop/source/pagein/
H A Dfile_image_unx.c49 struct stat st; in file_image_open()
/aoo42x/main/sal/inc/rtl/
H A Dtres.h103 rtl_tres_getstat_ptr stat; member
/aoo42x/main/padmin/source/
H A Dfontentry.cxx115 struct stat aStat;
117 if( stat( aSysFile.GetBuffer(), &aStat ) || ! aStat.st_size )
/aoo42x/main/redland/raptor/
H A Draptor2-2.0.15.patch.win32128 /* Define to 1 if you have the `stat' function. */
168 /* Define to 1 if you have the <sys/stat.h> header file. */
/aoo42x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx215 struct stat aFileStatus; in existsTmpDir()
219 if (stat(pName, &aFileStatus) != 0) in existsTmpDir()
/aoo42x/main/vcl/unx/headless/
H A Dsvpprn.cxx187 struct stat aStat; in passFileToCommandLine()
188 if( stat( aFilename.GetBuffer(), &aStat ) ) in passFileToCommandLine()
/aoo42x/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx228 struct stat aStatBuf; in processObject()
/aoo42x/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx129 struct stat aStat; in FileInputStream()
130 if( ! stat( pFilename, &aStat ) && in FileInputStream()
/aoo42x/main/external/mingwheaders/
H A Dmakefile.mk68 stat.h

Completed in 219 milliseconds

123