HomeSort by relevance Sort by last modified time
    Searched defs:FOpen (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
platform-posix.cc 214 FILE* OS::FOpen(const char* path, const char* mode) {
215 FILE* file = fopen(path, mode);
d8.cc 986 static FILE* FOpen(const char* path, const char* mode) {
995 FILE* file = fopen(path, mode);
1010 FILE* file = FOpen(name, "rb");
    [all...]
platform-win32.cc 63 *pFile = fopen(filename, mode);
704 FILE* OS::FOpen(const char* path, const char* mode) {
729 FILE* result = FOpen(tempNameBuffer, "w+"); // Same mode as tmpfile uses.
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 909 inline FILE* FOpen(const char* path, const char* mode) {
910 return fopen(path, mode);
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 551 milliseconds