Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dkallsyms.cpp81 std::string saved_restrict_value_; member in simpleperf::__anon2ea998a00111::ScopedKptrUnrestrict
123 if (!android::base::ReadFileToString(kPtrRestrictPath, &saved_restrict_value_)) { in ScopedKptrUnrestrict()
130 for (int value = atoi(saved_restrict_value_.c_str()); value > 0; --value) { in ScopedKptrUnrestrict()
148 WriteKptrRestrict(saved_restrict_value_); in ~ScopedKptrUnrestrict()