Searched refs:logPath (Results 1 – 4 of 4) sorted by relevance
/device/google/bramble/dumpstate/ |
D | DumpstateDevice.cpp | 488 const std::string logPath = "/data/vendor/sensors/log/sensor_log.txt"; in DumpSensorLog() local 491 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog() 492 DumpFileToFd(fd, "sensor log", logPath); in DumpSensorLog()
|
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 484 const std::string logPath = "/data/vendor/sensors/log/sensor_log.txt"; in DumpSensorLog() local 487 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog() 488 DumpFileToFd(fd, "sensor log", logPath); in DumpSensorLog()
|
/device/google/sunfish/dumpstate/ |
D | DumpstateDevice.cpp | 520 const std::string logPath = "/data/vendor/sensors/log/sensor_log.txt"; in DumpSensorLog() local 523 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog() 524 DumpFileToFd(fd, "sensor log", logPath); in DumpSensorLog()
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 506 const std::string logPath = "/data/vendor/sensors/log/sensor_log.txt"; in DumpSensorLog() local 509 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog() 510 DumpFileToFd(fd, "sensor log", logPath); in DumpSensorLog()
|