Home
last modified time | relevance | path

Searched refs:boot_flag_val (Results 1 – 2 of 2) sorted by relevance

/system/server_configurable_flags/aconfigd/
Dstorage_files.cpp74 storage_record_.boot_flag_val = in StorageFiles()
141 storage_record_.boot_flag_val = in StorageFiles()
213 if (storage_record_.boot_flag_val.empty()) { in GetBootFlagVal()
216 auto flag_val = map_storage_file(storage_record_.boot_flag_val); in GetBootFlagVal()
285 auto flag_value_result = map_mutable_storage_file(storage_record_.boot_flag_val); in ApplyLocalOverrideToBootFlagValue()
351 return FileExists(storage_record_.boot_flag_val) in HasBootCopy()
841 if (FileExists(storage_record_.boot_flag_val) in CreateBootStorageFiles()
847 storage_record_.persist_flag_val, storage_record_.boot_flag_val, 0444); in CreateBootStorageFiles()
855 if (chmod(storage_record_.boot_flag_val.c_str(), 0644) == -1) { in CreateBootStorageFiles()
862 if (chmod(storage_record_.boot_flag_val.c_str(), 0444) == -1) { in CreateBootStorageFiles()
[all …]
Dstorage_files.h42 std::string boot_flag_val; // boot flag.val member