Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/metrics/
Dutils.cc27 const char kBootIdPath[] = "/proc/sys/kernel/random/boot_id"; variable
31 if (!base::ReadFileToString(base::FilePath(kBootIdPath), boot_id)) { in GetBootId()