Searched refs:file_exists (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dcollect2.h35 extern int file_exists (const char *);
H A Dtlink.c572 if (! file_exists (p))
H A Dcollect2.c408 file_exists (const char *name)
2591 if (file_exists (lib_buf))
402 file_exists (const char *name) function
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc64 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
79 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
H A DPathV2.inc614 if (ec == windows_error::file_exists)
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h145 file_exists, // EEXIST
513 file_exists = EEXIST, enumerator in enum:llvm::errc::_
875 file_exists = 80, // ERROR_FILE_EXISTS, enumerator in enum:llvm::windows_error::_
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp51 const bool file_exists = file->Exists(); local
58 if (file_exists && module_sp->GetObjectName())
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dhpread.c269 file_exists (char *filename)
336 if (file_exists (PXDB_SVR4))
266 file_exists (char *filename) function

Completed in 243 milliseconds