Searched refs:persistent_property_filename (Results 1 – 4 of 4) sorted by relevance
75 persistent_property_filename = tf.path; in TEST()99 persistent_property_filename = tf.path; in TEST()121 persistent_property_filename = tf.path; in TEST()144 persistent_property_filename = tf.path; in TEST()164 persistent_property_filename = tf.path; in TEST()189 persistent_property_filename = tf.path; in TEST()212 persistent_property_filename = tf.path; in TEST()
44 std::string persistent_property_filename = "/data/property/persistent_properties"; variable127 const std::string temp_filename = persistent_property_filename + ".tmp"; in ReadPersistentPropertyFile()134 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile()165 unlink(persistent_property_filename.c_str()); in LoadPersistentPropertyFile()171 const std::string temp_filename = persistent_property_filename + ".tmp"; in WritePersistentPropertyFile()187 if (rename(temp_filename.c_str(), persistent_property_filename.c_str())) { in WritePersistentPropertyFile()197 auto dir = Dirname(persistent_property_filename); in WritePersistentPropertyFile()
35 extern std::string persistent_property_filename;
24 using android::init::persistent_property_filename;121 persistent_property_filename = kFuzzerPropertyFile; in process()