Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 35) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system.cpp21 bool FileDescriptor::OpenReadOnly(const char* path) { in OpenReadOnly()
27 bool FileDescriptor::OpenReadWrite(const char* path) { in OpenReadWrite()
72 bool PathExists(const char* path) { in PathExists()
80 bool PathIsFile(const char* path) { in PathIsFile()
Dcrazy_linker_line_reader.cpp21 LineReader::LineReader(const char* path) : fd_(), buff_(buff0_) { Open(path); } in LineReader()
25 void LineReader::Open(const char* path) { in Open()
Dcrazy_linker_system_mock.cpp72 void SetPath(const char* path) { path_.Assign(path); } in SetPath()
103 void SetCurrentDir(const char* path) { current_dir_ = path; } in SetCurrentDir()
111 MockFileEntry* FindFileEntry(const char* path) { in FindFileEntry()
259 MockFileHandle* NewMockFileHandle(const char* path, in NewMockFileHandle()
281 bool PathExists(const char* path) { in PathExists()
286 bool PathIsFile(const char* path) { in PathIsFile()
305 bool FileDescriptor::OpenReadOnly(const char* path) { in OpenReadOnly()
310 bool FileDescriptor::OpenReadWrite(const char* path) { in OpenReadWrite()
361 void SystemMock::AddRegularFile(const char* path, in AddRegularFile()
380 void SystemMock::SetCurrentDir(const char* path) { in SetCurrentDir()
Dcrazy_linker_system.h45 FileDescriptor(const char* path) : fd_(kEmptyFD) { OpenReadOnly(path); } in FileDescriptor()
Dcrazy_linker_proc_maps.h37 const char* path; // can be NULL, not always zero-terminated. member
Dcrazy_linker_proc_maps_unittest.cpp51 char path[512]; in TEST() local
62 char path[512]; in TEST() local
155 const char* path; in TEST() member
Dcrazy_linker_rdebug.cpp46 bool FindElfDynamicSection(const char* path, in FindElfDynamicSection()
206 String path; in Init() local
Dcrazy_linker_util.cpp14 const char* GetBaseNamePtr(const char* path) { in GetBaseNamePtr()
Dcrazy_linker_search_path_list_unittest.cpp23 void AddFile(const char* path, const char* data, size_t len) { in AddFile()
Dcrazy_linker_wrappers.cpp70 void* WrapDlopen(const char* path, int mode) { in WrapDlopen()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc81 ElfFile* ElfFile::Create(const char* path) { in Create()
146 bool ElfFile::initialize(const Elf_CommonHdr* elf_hdr, const char* path) { in initialize()
328 const char* path) { in initialize()
Dmapfile.c33 mapfile_open(const char* path, int oflag, int share_mode) in mapfile_open()
/ndk/sources/host-tools/make-3.81/
Dvpath.c177 register struct vpath *path, *lastpath; in construct_vpath_list() local
282 struct vpath *path; in construct_vpath_list() local
372 selective_vpath_search (struct vpath *path, char **file, in selective_vpath_search()
596 register char **path = general_vpath->searchpath; in print_vpath_data_base() local
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_native_headers.h18 # define _STLP_MAKE_HEADER(path, header) <path/header> argument
D_apple.h85 # define _STLP_MAKE_HEADER(path, header) <path:header> // Mac uses ":" for directory delimiter argument
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c58 char path[64]; in _get_task_permitted_caps() local
131 char path[64]; in td_ta_new() local
325 char path[32]; in td_ta_thr_iter() local
/ndk/tests/abcc/src/compiler/abcc/
DAbccService.java87 String path = real_data.getString("working_dir"); in onTransact() local
137 String path = intent.getStringExtra("working_dir"); in extractIntentInfo() local
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c54 char path[64]; in _get_task_permitted_caps() local
128 char path[64]; in td_ta_new() local
361 char path[32]; in td_ta_thr_iter() local
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c66 char path[64]; in _get_task_permitted_caps() local
140 char path[64]; in td_ta_new() local
374 char path[32]; in td_ta_thr_iter() local
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h164 const char* path() const { return path_; } in path() function
182 void Open(const char* path, const char* mode) { in Open()
196 String path; in GetCurrentExecutable() local
208 String path = GetCurrentExecutable(); in GetCurrentExecutableDirectory() local
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c126 convert_path_to_nutc(char *path) in convert_path_to_nutc()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc223 const FilePath& path(IsRootDirectory() ? *this : in DirectoryExists() local
226 const FilePath& path(*this); in DirectoryExists() local
/ndk/tests/abcc/jni/host/
DAbcc_host.cpp189 void HostBitcodeCompiler::removeIntermediateFile(const std::string &path) { in removeIntermediateFile()
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp235 void DeviceBitcodeCompiler::removeIntermediateFile(const std::string &path) { in removeIntermediateFile()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-options_test.cc195 const std::string path = "c:\\tmp\\"; in TEST_F() local

12