Home
last modified time | relevance | path

Searched defs:content (Results 1 – 6 of 6) sorted by relevance

/system/core/base/
Dfile.cpp34 bool ReadFdToString(int fd, std::string* content) { in ReadFdToString()
45 bool ReadFileToString(const std::string& path, std::string* content) { in ReadFileToString()
58 bool WriteStringToFd(const std::string& content, int fd) { in WriteStringToFd()
81 bool WriteStringToFile(const std::string& content, const std::string& path, in WriteStringToFile()
110 bool WriteStringToFile(const std::string& content, const std::string& path) { in WriteStringToFile()
/system/extras/simpleperf/
Dread_elf.cpp64 std::string content; in GetBuildIdFromNoteFile() local
Denvironment.cpp165 std::string content; in GetLinuxVersion() local
/system/bt/osi/test/
Dringbuffer_test.cpp79 …uint8_t content[] = {0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local
/system/core/init/
Dutil.cpp152 bool read_file(const char* path, std::string* content) { in read_file()
177 int write_file(const char* path, const char* content) { in write_file()
Dbootchart.cpp109 std::string content; in do_log_file() local