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

  /external/marisa-trie/lib/marisa/
writer.cc 39 ::fopen_s(&file, filename, "rb+");
42 if (::fopen_s(&file, filename, "wb") != 0) {
reader.cc 37 if (::fopen_s(&file, filename, "rb") != 0) {
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
writer.cc 39 ::fopen_s(&file, filename, "rb+");
42 if (::fopen_s(&file, filename, "wb") != 0) {
reader.cc 37 if (::fopen_s(&file, filename, "rb") != 0) {
  /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/marisa-trie/tests/
io-test.cc 157 ASSERT(::fopen_s(&file, "io-test.dat", "wb") == 0);
173 ASSERT(::fopen_s(&file, "io-test.dat", "rb") == 0);
  /external/marisa-trie/v0_1_5/tests/
io-test.cc 158 ASSERT(::fopen_s(&file, "io-test.dat", "wb") == 0);
174 ASSERT(::fopen_s(&file, "io-test.dat", "rb") == 0);
  /external/v8/src/
platform-win32.cc 62 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function
706 if (fopen_s(&result, path, mode) == 0) {
    [all...]
d8.cc 989 if (fopen_s(&result, path, mode) == 0) {
    [all...]

Completed in 1177 milliseconds