Home
last modified time | relevance | path

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

/system/core/init/
Dpersistent_properties_test.cpp75 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()
Dpersistent_properties.cpp44 std::string persistent_property_filename = "/data/property/persistent_properties"; variable
127 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()
Dpersistent_properties.h35 extern std::string persistent_property_filename;
/system/core/init/fuzzer/
Dinit_property_fuzzer.cpp24 using android::init::persistent_property_filename;
121 persistent_property_filename = kFuzzerPropertyFile; in process()