OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfFileOpen
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat_file.h
232
bool
ElfFileOpen
(File* file, byte* requested_base, bool writable, bool executable);
oat_file.cc
111
bool success = oat_file->
ElfFileOpen
(file, requested_base, writable, executable);
166
bool OatFile::
ElfFileOpen
(File* file, byte* requested_base, bool writable, bool executable) {
Completed in 126 milliseconds