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

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

Completed in 111 milliseconds