Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 35) sorted by relevance

12

/system/extras/perfprofd/quipper/
Dperf_utils.h39 bool FileToBuffer(const string& filename, std::vector<char>* contents);
42 bool BufferToFile(const string& filename, const CharContainer& contents) { in BufferToFile() argument
48 if (!contents.empty()) { in BufferToFile()
49 CHECK_EQ(fwrite(contents.data(), in BufferToFile()
51 contents.size(), in BufferToFile()
53 contents.size()); in BufferToFile()
/system/extras/simpleperf/
Dread_elf.cpp81 auto contents = elf->getSectionContents(&*section_iterator); in GetBuildIdFromELFFile() local
82 if (contents.getError()) { in GetBuildIdFromELFFile()
86 if (GetBuildIdFromNoteSection(reinterpret_cast<const char*>(contents->data()), in GetBuildIdFromELFFile()
87 contents->size(), build_id)) { in GetBuildIdFromELFFile()
/system/core/libutils/
DTokenizer.cpp104 const char* contents, Tokenizer** outTokenizer) { in fromContents() argument
106 const_cast<char*>(contents), false, strlen(contents)); in fromContents()
/system/netd/server/
DRouteController.cpp149 void addTableName(uint32_t table, const std::string& name, std::string* contents) { in addTableName() argument
152 *contents += tableString; in addTableName()
153 *contents += " "; in addTableName()
154 *contents += name; in addTableName()
155 *contents += "\n"; in addTableName()
160 std::string contents; in updateTableNamesFile() local
162 addTableName(RT_TABLE_LOCAL, ROUTE_TABLE_NAME_LOCAL, &contents); in updateTableNamesFile()
163 addTableName(RT_TABLE_MAIN, ROUTE_TABLE_NAME_MAIN, &contents); in updateTableNamesFile()
165 addTableName(ROUTE_TABLE_LOCAL_NETWORK, ROUTE_TABLE_NAME_LOCAL_NETWORK, &contents); in updateTableNamesFile()
166 addTableName(ROUTE_TABLE_LEGACY_NETWORK, ROUTE_TABLE_NAME_LEGACY_NETWORK, &contents); in updateTableNamesFile()
[all …]
/system/core/include/utils/
DTokenizer.h52 const char* contents, Tokenizer** outTokenizer);
/system/extras/ext4_utils/
DAndroid.mk10 contents.c \
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/media/camera/docs/
Dmetadata_parser_xml.py114 return [i for i in element.contents if isinstance(i, NavigableString)]
/system/core/fastboot/
Dfastboot_protocol.txt110 The variable contents will be returned after the
/system/extras/timeinfo/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/libpixelflinger/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/ksmutils/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/init/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/debuggerd/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/libcutils/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/procrank/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/showslab/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/liblog/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/tests/cpueater/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/logwrapper/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/f2fs_utils/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/latencytop/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/libpagemap/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/extras/librank/
DNOTICE128 wherever such third-party notices normally appear. The contents
/system/core/libnetutils/
DNOTICE128 wherever such third-party notices normally appear. The contents

12