Searched defs:fopen_s (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform-win32.cc88 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function
720 if (fopen_s(&result, path, mode) == 0) {
/external/v8/src/
H A Dplatform-win32.cc62 int fopen_s(FILE** pFile, const char* filename, const char* mode) { function
706 if (fopen_s(&result, path, mode) == 0) {

Completed in 47 milliseconds