Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp59 struct FileName { struct
60 int64_t mTimestampSec;
61 int mUid;
62 int64_t mConfigId;
63 bool mIsHistory;
64 string getFullFileName(const char* path) { in getFullFileName()
/frameworks/rs/rsov/compiler/
Drs2spirv.cpp57 static std::string removeExt(const std::string &FileName) { in removeExt()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DSourceContext.cs84 public string FileName { property in Google.Protobuf.WellKnownTypes.SourceContext
/frameworks/compile/slang/
Dslang_rs_reflection.cpp2997 std::string FileName = ClassName + ".java"; in startClass() local