Searched refs:persistent_property_filename (Results 1 – 3 of 3) sorted by relevance
43 std::string persistent_property_filename = "/data/property/persistent_properties"; variable144 const std::string temp_filename = persistent_property_filename + ".tmp"; in ReadPersistentPropertyFile()151 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile()169 unlink(persistent_property_filename.c_str()); in LoadPersistentPropertyFile()174 const std::string temp_filename = persistent_property_filename + ".tmp"; in WritePersistentPropertyFile()190 if (rename(temp_filename.c_str(), persistent_property_filename.c_str())) { in WritePersistentPropertyFile()200 auto dir = Dirname(persistent_property_filename); in WritePersistentPropertyFile()
72 persistent_property_filename = tf.path; in TEST()96 persistent_property_filename = tf.path; in TEST()118 persistent_property_filename = tf.path; in TEST()141 persistent_property_filename = tf.path; in TEST()
34 extern std::string persistent_property_filename;