Home
last modified time | relevance | path

Searched refs:elf_file_path_ (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc45 elf_file_path_(NULL), in ElfFile()
67 if (elf_file_path_ != NULL) { in ~ElfFile()
68 delete[] elf_file_path_; in ~ElfFile()
157 elf_file_path_ = new char[path_len]; in initialize()
158 assert(elf_file_path_ != NULL); in initialize()
159 if (elf_file_path_ == NULL) { in initialize()
163 memcpy(elf_file_path_, path, path_len); in initialize()
172 elf_handle_ = mapfile_open(elf_file_path_, O_RDONLY | O_BINARY, 0); in initialize()
Delf_file.h517 char* elf_file_path_; variable