Home
last modified time | relevance | path

Searched refs:F_OK (Results 1 – 16 of 16) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c141 if ( !access( MACDEFAULTSOFFICE, F_OK ) ) in platformSpecific()
179 if ( !access( file, F_OK ) ) in platformSpecific()
/trunk/main/pyuno/source/loader/
H A Dpythonloader.py47 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:
53 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:
/trunk/main/soltools/javadep/
H A Djavadep.c45 #define F_OK 00 macro
283 if ( access(pstr, F_OK) == 0 ) { in add_to_dependencies()
296 if ( access(path, F_OK) != 0 ) { in add_to_dependencies()
/trunk/main/autodoc/source/cosv/storage/
H A Dpersist.cxx70 return access( StrPath(), F_OK ) == 0; in Exists()
/trunk/main/sal/osl/unx/
H A Dfile_path_helper.cxx335 if (osl::access(p, F_OK) > -1) in osl_searchPath()
H A Dpipe.c283 if ( access(name, F_OK) != -1 ) in osl_psz_createPipe()
H A Dfile_misc.cxx339 if (-1 == access_u(ustrSystemPath, F_OK)) in osl_getDirectoryItem()
/trunk/main/padmin/source/
H A Dnewppdlg.cxx218 if( ! access( aDir.GetBuffer(), F_OK ) ) in IMPL_LINK()
H A Dadddlg.cxx1098 if( access( aFileName.GetBuffer(), F_OK ) ) in getOldPrinterLocation()
1117 if( aFileName.Len() && access( aFileName.GetBuffer(), F_OK ) ) in getOldPrinterLocation()
H A Dfontentry.cxx120 fprintf( stderr, " %s\n", ! access( aSysFile.GetBuffer(), F_OK ) ? "success" : "failed" );
/trunk/main/sal/osl/os2/
H A Dfile_path_helper.cxx364 if (osl::access(p, F_OK) > -1) in osl_searchPath()
H A Dfile.cxx1204 if (0 == access_u(strSysFilePath, F_OK)) in osl_getDirectoryItem()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py257 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path:
263 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path:
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx342 if( ! access( it->GetBuffer(), F_OK ) ) in getServerDirectories()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3244 … if( ! access( ByteString( String(aTo.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3257 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3260 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3266 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
3269 … if( access( ByteString( String(aFromAfm.PathToFileName()), aEncoding ).GetBuffer(), F_OK ) ) in importFonts()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2221 if( access( ByteString(aRedirected, osl_getThreadTextEncoding()).GetBuffer(), F_OK ) ) in TempName()

Completed in 149 milliseconds