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

  /external/stlport/test/unit/cppunit/
file_reporter.h 47 fopen_s(&_file, file, "w");
  /external/v8/src/
platform-win32.cc 191 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function
710 if (fopen_s(&result, path, mode) == 0) {
    [all...]

Completed in 25 milliseconds