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

  /external/bsdiff/
file.cc 27 std::unique_ptr<File> File::FOpen(const char* pathname, int flags) {
  /external/v8/src/base/platform/
platform-posix.cc 292 if (FILE* file = fopen(name, "r+")) {
313 if (FILE* file = fopen(name, "w+")) {
416 FILE* OS::FOpen(const char* path, const char* mode) {
417 FILE* file = fopen(path, mode);
platform-win32.cc 57 *pFile = fopen(filename, mode);
563 FILE* OS::FOpen(const char* path, const char* mode) {
594 FILE* result = FOpen(tempNameBuffer, "w+"); // Same mode as tmpfile uses.
    [all...]
  /external/google-breakpad/src/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...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/src/
d8.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 2219 milliseconds