Home
last modified time | relevance | path

Searched defs:FileName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp57 struct FileName { struct
58 int64_t mTimestampSec;
59 int mUid;
60 int64_t mConfigId;
61 bool mIsHistory;
62 string getFullFileName(const char* path) { in getFullFileName()
/frameworks/compile/slang/
Dslang_rs_reflection.cpp2997 std::string FileName = ClassName + ".java"; in startClass() local