Searched refs:rollup_file (Results 1 – 1 of 1) sorted by relevance
433 std::string rollup_file = ::android::base::StringPrintf("/proc/%d/smaps_rollup", pid); in IsSmapsRollupSupported() local434 if (access(rollup_file.c_str(), F_OK | R_OK)) { in IsSmapsRollupSupported()