Searched refs:Read (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/arch-x86/bionic/ |
D | __bionic_clone.S | 23 movl 36(%esp), %eax # Read 'fn'. 25 movl 40(%esp), %eax # Read 'arg'.
|
/bionic/libc/arch-x86_64/bionic/ |
D | __bionic_clone.S | 35 movq 8(%rsp), %rax # Read 'arg'.
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 61 int Read(const prop_info* pi, char* name, char* value);
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 74 return system_properties.Read(pi, name, value); in __system_property_read()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 143 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/ |
D | linker_phdr.h | 45 bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size);
|
D | linker_main.cpp | 281 if (!elf_reader.Read(result.path.c_str(), fd.get(), file_offset, result.file_stat.st_size)) { in load_executable()
|
D | linker_phdr.cpp | 149 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() function in ElfReader
|
D | linker.cpp | 696 return elf_reader.Read(realpath, fd_, file_offset_, file_size); in read()
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 96 while ((data = stream->Read()) != nullptr) { in CreateAlignedZip()
|
/bionic/tests/ |
D | system_properties_test.cpp | 237 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/ |
D | property_benchmark.cpp | 166 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read()
|
/bionic/docs/ |
D | elf-tls.md | 427 * Read the target thread pointer.
|