Searched defs:Read (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker_phdr.cpp149 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { function in class:ElfReader
/bionic/libc/system_properties/
H A Dsystem_properties.cpp143 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { function in class:SystemProperties
185 // Read only properties don't need to copy the value to a temporary buffer, since it can never
205 // TODO: see todo in Read function
218 return Read(pi, nullptr, value);

Completed in 88 milliseconds