Home
last modified time | relevance | path

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

/device/google/gs-common/bootctrl/1.2/
DBootControl.cpp49 #define BOOT_A_PATH "/dev/block/by-name/boot_a" macro
73 const char *path = slot == 0 ? BOOT_A_PATH : BOOT_B_PATH; in getDevPath()
275 if (access(BOOT_A_PATH, F_OK) == 0) in getNumberSlots()
/device/google/gs-common/bootctrl/aidl/
DBootControl.cpp46 #define BOOT_A_PATH "/dev/block/by-name/boot_a" macro
70 const char *path = in_slot == 0 ? BOOT_A_PATH : BOOT_B_PATH; in getDevPath()
328 if (access(BOOT_A_PATH, F_OK) == 0) in getNumberSlots()