Searched defs:file_contents (Results 1 – 12 of 12) 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
134 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile() local141 Result<PersistentProperties> ParsePersistentPropertyFile(const std::string& file_contents) { in ParsePersistentPropertyFile()158 auto file_contents = ReadPersistentPropertyFile(); in LoadPersistentPropertyFile() local
192 auto file_contents = std::string(); in HandlePropertyContexts() local
290 auto file_contents = ReadFile(args[1]); in do_load_exports() local952 auto file_contents = ReadFile(args[1]); in do_copy() local964 std::string file_contents; in do_copy_per_line() local
818 auto file_contents = ReadFile(filename); in load_properties_from_file() local1264 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()
182 const std::string file_contents = "package a; interface IBar {}"; in TEST_P() local191 const std::string file_contents = "package a; interface Bar {}"; in TEST_P() local200 const std::string file_contents = "package a; parcelable Bar cpp_header \"anything.h\";"; in TEST_P() local209 const std::string file_contents = "package a; enum Bar { A, }"; in TEST_P() local
120 std::string file_contents; in populateDenialMap() local
84 let file_contents = fs::read_to_string(file_path) in print_file_formatted() localVariable
566 std::vector<uint8_t> file_contents(kAbUncompressedSize); in TEST() local