Home
last modified time | relevance | path

Searched refs:persistent_property_filename (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dpersistent_properties.cpp43 std::string persistent_property_filename = "/data/property/persistent_properties"; variable
144 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()
Dpersistent_properties_test.cpp72 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()
Dpersistent_properties.h34 extern std::string persistent_property_filename;