Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dimage_properties_chromeos.cc75 path += chromeos_update_engine::kStatefulPartition; in LoadLsbRelease()
148 base::FilePath path(root_prefix_str + kStatefulPartition + kLsbRelease); in StoreMutableImageProperties()
161 if (utils::ReadFile(std::string(kStatefulPartition) + kLsbRelease, in LogImageProperties()
Dimage_properties_chromeos_unittest.cc41 tempdir_.GetPath().value() + kStatefulPartition + "/etc"))); in SetUp()
101 tempdir_.GetPath().value() + kStatefulPartition + "/etc/lsb-release", in TEST_F()
121 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.cc295 if (store.Load(base::FilePath(root_prefix + kStatefulPartition + in LoadConfig()
/system/update_engine/common/
Dconstants.cc29 const char kStatefulPartition[] = "/mnt/stateful_partition"; variable
Dconstants.h40 extern const char kStatefulPartition[];