Searched refs:wallClockSec (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.h | 140 static string getDataFileName(long wallClockSec, int uid, int64_t id); 142 static string getDataHistoryFileName(long wallClockSec, int uid, int64_t id);
|
D | StorageManager.cpp | 70 string StorageManager::getDataFileName(long wallClockSec, int uid, int64_t id) { in getDataFileName() argument 71 return StringPrintf("%s/%ld_%d_%lld", STATS_DATA_DIR, wallClockSec, uid, in getDataFileName() 75 string StorageManager::getDataHistoryFileName(long wallClockSec, int uid, int64_t id) { in getDataHistoryFileName() argument 76 return StringPrintf("%s/%ld_%d_%lld_history", STATS_DATA_DIR, wallClockSec, uid, in getDataHistoryFileName()
|