Home
last modified time | relevance | path

Searched refs:kStatefulPartition (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dimage_properties_chromeos.cc75 path += chromeos_update_engine::kStatefulPartition; in LoadLsbRelease()
149 base::FilePath path(root_prefix_str + kStatefulPartition + kLsbRelease); in StoreMutableImageProperties()
162 if (utils::ReadFile(std::string(kStatefulPartition) + kLsbRelease, in LogImageProperties()
Dimage_properties_chromeos_unittest.cc41 tempdir_.GetPath().value() + kStatefulPartition + "/etc"))); in SetUp()
102 tempdir_.GetPath().value() + kStatefulPartition + "/etc/lsb-release", in TEST_F()
123 tempdir_.GetPath().value() + kStatefulPartition + "/etc/lsb-release", in TEST_F()
Dhardware_chromeos_unittest.cc40 base::FilePath kFile(root_dir_.GetPath().value() + kStatefulPartition + in WriteStatefulConfig()
Dhardware_chromeos.cc281 if (store.Load(base::FilePath(root_prefix + kStatefulPartition + in LoadConfig()
/system/update_engine/common/
Dconstants.cc25 const char kStatefulPartition[] = "/mnt/stateful_partition"; variable
Dconstants.h32 extern const char kStatefulPartition[];