Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1208 std::unique_ptr<File> kpagecount_file; in Init() local
1211 !open_file("/proc/kpagecount", &kpagecount_file)) { in Init()
1280 kpagecount_file_ = std::move(*kpagecount_file); in Init()
1694 File* kpagecount_file, in IsPageDirty() argument
1703 CHECK(kpagecount_file != nullptr); in IsPageDirty()
1731 if (!kpagecount_file->PreadFully(page_count /*out*/, in IsPageDirty()
1735 kpagecount_file->GetPath().c_str()); in IsPageDirty()