HomeSort by relevance Sort by last modified time
    Searched refs:persistent_property_filename (Results 1 - 3 of 3) sorted by null

  /system/core/init/
persistent_properties.h 34 extern std::string persistent_property_filename;
persistent_properties_test.cpp 72 persistent_property_filename = tf.path;
95 persistent_property_filename = tf.path;
116 persistent_property_filename = tf.path;
138 persistent_property_filename = tf.path;
persistent_properties.cpp 42 std::string persistent_property_filename = "/data/property/persistent_properties"; member in namespace:android::init
143 const std::string temp_filename = persistent_property_filename + ".tmp";
150 auto file_contents = ReadFile(persistent_property_filename);
168 unlink(persistent_property_filename.c_str());
173 const std::string temp_filename = persistent_property_filename + ".tmp";
189 if (rename(temp_filename.c_str(), persistent_property_filename.c_str())) {

Completed in 2893 milliseconds