Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp44 #define TRAIN_INFO_PATH "/data/misc/train-info/train-info.bin" macro
132 int fd = open(TRAIN_INFO_PATH, O_WRONLY | O_CREAT | O_CLOEXEC, S_IRUSR | S_IWUSR); in writeTrainInfo()
134 VLOG("Attempt to access %s but failed", TRAIN_INFO_PATH); in writeTrainInfo()
222 int fd = open(TRAIN_INFO_PATH, O_RDONLY | O_CLOEXEC); in readTrainInfo()