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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.h 45 FileDescriptor(const char* path) : fd_(kEmptyFD) { OpenReadOnly(path); }
51 bool OpenReadOnly(const char* path);
crazy_linker_line_reader.cpp 27 eof_ = !fd_.OpenReadOnly(path);
crazy_linker_system.cpp 21 bool FileDescriptor::OpenReadOnly(const char* path) {
crazy_linker_elf_loader.cpp 73 if (!fd_.OpenReadOnly(lib_path)) {
crazy_linker_rdebug.cpp 54 if (!fd.OpenReadOnly(path) ||
crazy_linker_system_mock.cpp 305 bool FileDescriptor::OpenReadOnly(const char* path) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.h 45 FileDescriptor(const char* path) : fd_(kEmptyFD) { OpenReadOnly(path); }
51 bool OpenReadOnly(const char* path);
crazy_linker_line_reader.cpp 27 eof_ = !fd_.OpenReadOnly(path);
crazy_linker_system.cpp 21 bool FileDescriptor::OpenReadOnly(const char* path) {
crazy_linker_elf_loader.cpp 73 if (!fd_.OpenReadOnly(lib_path)) {
crazy_linker_rdebug.cpp 54 if (!fd.OpenReadOnly(path) ||
crazy_linker_system_mock.cpp 305 bool FileDescriptor::OpenReadOnly(const char* path) {

Completed in 154 milliseconds