Searched defs:file_contents (Results 1 – 8 of 8) 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()
312 std::string file_contents; in ToBinaryStream() local
409 std::string file_contents; member