HomeSort by relevance Sort by last modified time
    Searched defs:FOpen (Results 1 - 16 of 16) 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/chromium_org/v8/src/
platform-posix.cc 355 FILE* OS::FOpen(const char* path, const char* mode) {
356 FILE* file = fopen(path, mode);
d8.cc     [all...]
platform-win32.cc 89 *pFile = fopen(filename, mode);
718 FILE* OS::FOpen(const char* path, const char* mode) {
743 FILE* result = FOpen(tempNameBuffer, "w+"); // Same mode as tmpfile uses.
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 917 inline FILE* FOpen(const char* path, const char* mode) {
918 return fopen(path, mode);
    [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/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/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...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 635 milliseconds