Home
last modified time | relevance | path

Searched defs:Stat (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DCallChainJoiner.h75 const LRUCacheStat& Stat() { return cache_stat_; } in Stat() function
160 struct Stat { struct
167 const Stat& GetStat() { return stat_; } in GetStat() argument
/aosp12/frameworks/base/core/proto/android/os/
H A Dcpu_usage.proto53 message Stat { message
/aosp12/build/blueprint/pathtools/
H A Dfs.go211 func (fs *osFs) Stat(path string) (stats os.FileInfo, err error) { func
428 func (m *mockFs) Stat(name string) (os.FileInfo, error) { func
/aosp12/build/soong/finder/fs/
H A Dfs.go103 func (osFs) Stat(path string) (stats os.FileInfo, err error) { func
493 func (m *MockFs) Stat(path string) (stats os.FileInfo, err error) { func
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySavingStats.java113 static class Stat { class in BatterySavingStats
/aosp12/system/iorap/src/inode2filename/
H A Dsearch_directories.cc711 static iorap::expected<struct stat, StatError> Stat(const std::string& path_name, in Stat() function