Searched defs:file_contents (Results 1 – 11 of 11) sorted by relevance
34 auto file_contents = ReadFile("/proc/does-not-exist"); in TEST() local46 auto file_contents = ReadFile(tf.path); in TEST() local57 auto file_contents = ReadFile(tf.path); in TEST() local65 auto file_contents = ReadFile("/system/bin/ps"); in TEST() local73 auto file_contents = ReadFile("/proc/version"); in TEST() local103 auto file_contents = ReadFile(path); in TEST() local119 auto file_contents = ReadFile(tf.path); in TEST() local
151 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile() local158 Result<PersistentProperties> ParsePersistentPropertyFile(const std::string& file_contents) { in ParsePersistentPropertyFile()175 auto file_contents = ReadPersistentPropertyFile(); in LoadPersistentPropertyFile() local
203 auto file_contents = std::string(); in HandlePropertyContexts() local
288 auto file_contents = ReadFile(args[1]); in do_load_exports() local982 auto file_contents = ReadFile(args[1]); in do_copy() local994 std::string file_contents; in do_copy_per_line() local
805 auto file_contents = ReadFile(filename); in load_properties_from_file() local1221 auto file_contents = std::string(); in LoadPropertyInfoFromFile() local
106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile()
297 std::string file_contents; in ParseProps() local320 std::string file_contents; in ParseApiFile() local
41 ASTTest(const string& cmdline, const string& file_contents) in ASTTest()
180 const std::string file_contents = "package a; interface IBar {}"; in TEST_P() local189 const std::string file_contents = "package a; interface Bar {}"; in TEST_P() local198 const std::string file_contents = "package a; parcelable Bar cpp_header \"anything.h\";"; in TEST_P() local207 const std::string file_contents = "package a; enum Bar { A, }"; in TEST_P() local
121 std::string file_contents; in populateDenialMap() local
562 std::vector<uint8_t> file_contents(kAbUncompressedSize); in TEST() local