Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/arch-x86/bionic/
D__bionic_clone.S23 movl 36(%esp), %eax # Read 'fn'.
25 movl 40(%esp), %eax # Read 'arg'.
/bionic/libc/arch-x86_64/bionic/
D__bionic_clone.S35 movq 8(%rsp), %rax # Read 'arg'.
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h61 int Read(const prop_info* pi, char* name, char* value);
/bionic/libc/bionic/
Dsystem_property_api.cpp74 return system_properties.Read(pi, name, value); in __system_property_read()
/bionic/libc/system_properties/
Dsystem_properties.cpp143 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read() function in SystemProperties
218 return Read(pi, nullptr, value); in Get()
/bionic/linker/
Dlinker_phdr.h45 bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size);
Dlinker_main.cpp281 if (!elf_reader.Read(result.path.c_str(), fd.get(), file_offset, result.file_stat.st_size)) { in load_executable()
Dlinker_phdr.cpp149 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() function in ElfReader
Dlinker.cpp696 return elf_reader.Read(realpath, fd_, file_offset_, file_size); in read()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp96 while ((data = stream->Read()) != nullptr) { in CreateAlignedZip()
/bionic/tests/
Dsystem_properties_test.cpp237 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(0), name, value)); in TEST()
240 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(1), name, value)); in TEST()
243 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(2), name, value)); in TEST()
/bionic/benchmarks/
Dproperty_benchmark.cpp166 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read()
/bionic/docs/
Delf-tls.md427 * Read the target thread pointer.