Home
last modified time | relevance | path

Searched defs:file_contents (Results 1 – 11 of 11) sorted by relevance

/system/core/init/
Dutil_test.cpp34 auto file_contents = ReadFile("/proc/does-not-exist"); in TEST() local
46 auto file_contents = ReadFile(tf.path); in TEST() local
57 auto file_contents = ReadFile(tf.path); in TEST() local
65 auto file_contents = ReadFile("/system/bin/ps"); in TEST() local
73 auto file_contents = ReadFile("/proc/version"); in TEST() local
103 auto file_contents = ReadFile(path); in TEST() local
119 auto file_contents = ReadFile(tf.path); in TEST() local
Dpersistent_properties.cpp151 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile() local
158 Result<PersistentProperties> ParsePersistentPropertyFile(const std::string& file_contents) { in ParsePersistentPropertyFile()
175 auto file_contents = ReadPersistentPropertyFile(); in LoadPersistentPropertyFile() local
Dhost_init_verifier.cpp203 auto file_contents = std::string(); in HandlePropertyContexts() local
Dbuiltins.cpp288 auto file_contents = ReadFile(args[1]); in do_load_exports() local
982 auto file_contents = ReadFile(args[1]); in do_copy() local
994 std::string file_contents; in do_copy_per_line() local
Dproperty_service.cpp805 auto file_contents = ReadFile(filename); in load_properties_from_file() local
1221 auto file_contents = std::string(); in LoadPropertyInfoFromFile() local
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile()
/system/tools/sysprop/
DCommon.cpp297 std::string file_contents; in ParseProps() local
320 std::string file_contents; in ParseApiFile() local
/system/tools/aidl/
Dgenerate_cpp_unittest.cpp41 ASTTest(const string& cmdline, const string& file_contents) in ASTTest()
Daidl_unittest.cpp180 const std::string file_contents = "package a; interface IBar {}"; in TEST_P() local
189 const std::string file_contents = "package a; interface Bar {}"; in TEST_P() local
198 const std::string file_contents = "package a; parcelable Bar cpp_header \"anything.h\";"; in TEST_P() local
207 const std::string file_contents = "package a; enum Bar { A, }"; in TEST_P() local
/system/logging/logd/
DLogAudit.cpp121 std::string file_contents; in populateDenialMap() local
/system/libziparchive/
Dzip_archive_test.cc562 std::vector<uint8_t> file_contents(kAbUncompressedSize); in TEST() local