Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc19 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() function
139 GetStat(full_path, file_type_ & SHOW_SYM_LINKS, &info.stat_); in Next()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_service.cc218 auto stat = cp_->GetStat(true); in FindKeysMiss()
227 Status CacheService::GetStat(CacheService::ServiceStat *out) { in GetStat() function in mindspore::dataset::CacheService
230 out->stat_ = cp_->GetStat(); in GetStat()
Dcache_service.h93 Status GetStat(ServiceStat *);
Dcache_pool.h138 CacheStat GetStat(bool GetMissingKeys = false) const;
Dcache_client.cc234 Status CacheClient::GetStat(CacheServiceStat *stat) { in GetStat() function in mindspore::dataset::CacheClient
243 rq->GetStat(stat); in GetStat()
Dcache_server.cc158 RETURN_IF_NOT_OK(cs->GetStat(&stat)); in GlobalMemoryCheck()
561 Status CacheServer::GetStat(CacheRequest *rq, CacheReply *reply) { in GetStat() function in mindspore::dataset::CacheServer
571 RETURN_IF_NOT_OK(cs->GetStat(&svc_stat)); in GetStat()
711 RETURN_IF_NOT_OK(cs->GetStat(&svc_stat)); in ListSessions()
885 cache_req->rc_ = GetStat(&rq, &reply); in ProcessAdminRequest()
Dcache_client.h179 Status GetStat(CacheServiceStat *);
Dcache_pool.cc191 CachePool::CacheStat CachePool::GetStat(bool GetMissingKeys) const { in GetStat() function in mindspore::dataset::CachePool
Dcache_server.h374 Status GetStat(CacheRequest *rq, CacheReply *reply);
Dcache_request.h302 void GetStat(CacheServiceStat *stat) { in GetStat() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/cache/
Dbindings.cc41 THROW_IF_ERROR(cc.GetStat(&stat)); in __anon71a3e85c0102()
/third_party/mindspore/mindspore/dataset/engine/
Dcache_client.py82 return self.cache_client.GetStat()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_op.cc150 RETURN_IF_NOT_OK(cache_client_->GetStat(&stat)); in WaitForCachingAllRows()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc555 RETURN_IF_NOT_OK(cc_->GetStat(&stat)); in Run()
/third_party/mindspore/tests/ut/cpp/dataset/
Dcache_op_test.cc196 rc = myClient->GetStat(&stat); in TEST_F()