HomeSort by relevance Sort by last modified time
    Searched refs:files_exists (Results 1 - 6 of 6) sorted by null

  /external/honggfuzz/libcommon/
files.h 49 extern bool files_exists(const char* fileName);
files.c 115 bool files_exists(const char* fileName) { return (access(fileName, F_OK) != -1); } function
  /external/honggfuzz/
sancov.c 331 if (!files_exists(covFile)) {
575 if (!files_exists(covFile)) {
693 if (!files_exists(sanCovOutDir)) {
  /external/honggfuzz/mac/
arch.c 272 if (files_exists(run->crashFileName)) {
408 if (files_exists(plist)) {
  /external/honggfuzz/linux/
arch.c 361 if (files_exists(crashReport)) {
trace.c 816 if (files_exists(run->crashFileName)) {
    [all...]

Completed in 502 milliseconds