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

  /system/update_engine/
image_properties_chromeos.cc 47 const char* root_prefix = nullptr; member in namespace:__anon115278
71 if (root_prefix)
72 path = root_prefix;
84 root_prefix = test_root_prefix;
145 std::string root_prefix_str = root_prefix ? root_prefix : "";
image_properties_android.cc 54 const char* root_prefix = nullptr; member in namespace:chromeos_update_engine::__anon115277
71 root_prefix = test_root_prefix;
79 if (root_prefix)
80 osrelease.LoadTestingOnly(base::FilePath(root_prefix));
hardware_chromeos.cc 88 LoadConfig("" /* root_prefix */, IsNormalBootMode());
233 void HardwareChromeOS::LoadConfig(const string& root_prefix, bool normal_mode) {
237 store.Load(base::FilePath(root_prefix + kConfigFilePath));
239 if (store.Load(base::FilePath(root_prefix + kStatefulPartition +
243 store.Load(base::FilePath(root_prefix + kConfigFilePath));
hardware_chromeos.h 60 // passed in |normal_mode|) prefixing the paths with |root_prefix|.
61 void LoadConfig(const std::string& root_prefix, bool normal_mode);
  /external/v8/tools/testrunner/local/
statusfile.py 250 root_prefix = basename + "/"
265 _assert(not rule.startswith(root_prefix),
  /external/libusb/libusb/os/
windows_winusb.c 164 const char root_prefix[] = "\\\\.\\"; local
173 root_size = sizeof(root_prefix) - 1;
190 ret_path[j] = root_prefix[j];
    [all...]
  /external/e2fsprogs/
configure 641 root_prefix
    [all...]

Completed in 1244 milliseconds