Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensorDaemon.cpp32 #define DEV_PATH "/dev/" macro
41 this, std::string(DEV_PATH), std::string(DEV_NAME_REGEX)); in HidRawSensorDaemon()
/aosp12/bootable/recovery/update_verifier/
H A Dupdate_verifier.cpp106 static constexpr auto DEV_PATH = "/dev/block/"; in FindDmPartitions() local
129 dm_block_devices.emplace(dm_block_name, DEV_PATH + std::string(namelist[n]->d_name)); in FindDmPartitions()