Searched refs:F_OK (Results 1 – 16 of 16) sorted by relevance
/trunk/main/cppuhelper/source/ |
H A D | findsofficepath.c | 141 if ( !access( MACDEFAULTSOFFICE, F_OK ) ) in platformSpecific() 179 if ( !access( file, F_OK ) ) in platformSpecific()
|
/trunk/main/pyuno/source/loader/ |
H A D | pythonloader.py | 47 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 D | javadep.c | 45 #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 D | persist.cxx | 70 return access( StrPath(), F_OK ) == 0; in Exists()
|
/trunk/main/sal/osl/unx/ |
H A D | file_path_helper.cxx | 335 if (osl::access(p, F_OK) > -1) in osl_searchPath()
|
H A D | pipe.c | 283 if ( access(name, F_OK) != -1 ) in osl_psz_createPipe()
|
H A D | file_misc.cxx | 339 if (-1 == access_u(ustrSystemPath, F_OK)) in osl_getDirectoryItem()
|
/trunk/main/padmin/source/ |
H A D | newppdlg.cxx | 218 if( ! access( aDir.GetBuffer(), F_OK ) ) in IMPL_LINK()
|
H A D | adddlg.cxx | 1098 if( access( aFileName.GetBuffer(), F_OK ) ) in getOldPrinterLocation() 1117 if( aFileName.Len() && access( aFileName.GetBuffer(), F_OK ) ) in getOldPrinterLocation()
|
H A D | fontentry.cxx | 120 fprintf( stderr, " %s\n", ! access( aSysFile.GetBuffer(), F_OK ) ? "success" : "failed" );
|
/trunk/main/sal/osl/os2/ |
H A D | file_path_helper.cxx | 364 if (osl::access(p, F_OK) > -1) in osl_searchPath()
|
H A D | file.cxx | 1204 if (0 == access_u(strSysFilePath, F_OK)) in osl_getDirectoryItem()
|
/trunk/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 257 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 D | salinst.cxx | 342 if( ! access( it->GetBuffer(), F_OK ) ) in getServerDirectories()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3244 … 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 D | dirent.cxx | 2221 if( access( ByteString(aRedirected, osl_getThreadTextEncoding()).GetBuffer(), F_OK ) ) in TempName()
|
Completed in 118 milliseconds