Home
last modified time | relevance | path

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

/hardware/google/pixel/fastboot/
DFastboot.cpp64 constexpr const char* kDevinfoPath = "/dev/block/by-name/devinfo"; in getOffModeChargeState() local
68 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(kDevinfoPath, in getOffModeChargeState()
DFastboot_aidl.cpp70 constexpr const char *kDevinfoPath = "/dev/block/by-name/devinfo"; in getOffModeChargeState() local
74 ::android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(kDevinfoPath, O_RDONLY | O_BINARY))); in getOffModeChargeState()