HomeSort by: relevance | last modified time | path
    Searched defs:tempFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
SearchPath.cpp 56 FILE * tempFile;
62 tempFile = fopen(base.c_str(), "r");
63 if (tempFile)
65 fclose(tempFile);
83 tempFile = fopen(searchPath.c_str(), "r");
84 if (tempFile)
86 fclose(tempFile);
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 128 milliseconds