Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 14 of 14) 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/linker/
Dlinker_crt_pad_segment_test.cpp66 EXPECT_TRUE(elf_reader.Read(path.c_str(), fd.get(), 0, file_stat.st_size)) in GetPadSegment()
Dlinker_phdr.h46 [[nodiscard]] bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size);
Dlinker_main.cpp284 if (!elf_reader.Read(result.path.c_str(), fd.get(), file_offset, result.file_stat.st_size)) { in load_executable()
Dlinker_phdr.cpp167 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() function in ElfReader
Dlinker.cpp625 return elf_reader.Read(realpath, fd_, file_offset_, file_size); in read()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h60 int Read(const prop_info* pi, char* name, char* value);
/bionic/libc/bionic/
Dsystem_property_api.cpp75 return system_properties.Read(pi, name, value); in __system_property_read()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp94 while ((data = stream->Read()) != nullptr) { in CreateAlignedZip()
/bionic/libc/system_properties/
Dsystem_properties.cpp215 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read() function in SystemProperties
263 return Read(pi, nullptr, value); in Get()
/bionic/tests/
Dsystem_properties_test.cpp311 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(0), name, value)); in TEST()
314 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(1), name, value)); in TEST()
317 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(2), name, value)); in TEST()
/bionic/benchmarks/
Dproperty_benchmark.cpp171 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read()
/bionic/docs/
Delf-tls.md427 * Read the target thread pointer.