Home
last modified time | relevance | path

Searched defs:dev_path (Results 1 – 14 of 14) sorted by relevance

/device/google/gs101/interfaces/boot/1.0/
DBootControl.cpp67 std::string dev_path = getDevPath(slot); in isSlotFlagSet() local
89 std::string dev_path = getDevPath(slot); in setSlotFlag() local
151 std::string dev_path = getDevPath(slot); in setActiveBootSlot() local
222 std::string dev_path = getDevPath(slot); in setSlotAsUnbootable() local
DGptUtils.cpp57 GptUtils::GptUtils(const std::string dev_path) : dev_path(dev_path), fd(0) {} in GptUtils()
/device/google/gs201/interfaces/boot/1.0/
DBootControl.cpp67 std::string dev_path = getDevPath(slot); in isSlotFlagSet() local
89 std::string dev_path = getDevPath(slot); in setSlotFlag() local
151 std::string dev_path = getDevPath(slot); in setActiveBootSlot() local
222 std::string dev_path = getDevPath(slot); in setSlotAsUnbootable() local
DGptUtils.cpp57 GptUtils::GptUtils(const std::string dev_path) : dev_path(dev_path), fd(0) {} in GptUtils()
/device/google/gs201/interfaces/boot/1.2/
DBootControl.cpp84 std::string dev_path = getDevPath(slot); in isSlotFlagSet() local
106 std::string dev_path = getDevPath(slot); in setSlotFlag() local
236 std::string dev_path = getDevPath(slot); in setActiveBootSlot() local
316 std::string dev_path = getDevPath(slot); in setSlotAsUnbootable() local
DGptUtils.cpp56 GptUtils::GptUtils(const std::string dev_path) : dev_path(dev_path), fd(0) {} in GptUtils()
/device/google/gs101/interfaces/boot/1.2/
DBootControl.cpp86 std::string dev_path = getDevPath(slot); in isSlotFlagSet() local
108 std::string dev_path = getDevPath(slot); in setSlotFlag() local
253 std::string dev_path = getDevPath(slot); in setActiveBootSlot() local
333 std::string dev_path = getDevPath(slot); in setSlotAsUnbootable() local
DGptUtils.cpp56 GptUtils::GptUtils(const std::string dev_path) : dev_path(dev_path), fd(0) {} in GptUtils()
/device/google/trout/hal/sensors/2.0/tests/
DIioUtilsTest.cpp91 const std::string dev_path(ss.str()); in writeAccelDevice() local
/device/google/cuttlefish/guest/hals/bt/remote/
Dremote_bluetooth.cpp73 BluetoothHci::BluetoothHci(const std::string& dev_path) in BluetoothHci()
/device/google/redbull/gpt-utils/
Dgpt-utils.cpp749 int prepare_partitions(enum boot_update_stage stage, const char *dev_path) in prepare_partitions()
/device/google/coral/gpt-utils/
Dgpt-utils.cpp749 int prepare_partitions(enum boot_update_stage stage, const char *dev_path) in prepare_partitions()
/device/google/sunfish/gpt-utils/
Dgpt-utils.cpp749 int prepare_partitions(enum boot_update_stage stage, const char *dev_path) in prepare_partitions()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp854 void CuttlefishConfig::set_ap_image_dev_path(const std::string& dev_path) { in set_ap_image_dev_path()