Searched refs:kPtrRestrictPath (Results 1 – 1 of 1) sorted by relevance
38 const char kPtrRestrictPath[] = "/proc/sys/kernel/kptr_restrict"; variable123 if (!android::base::ReadFileToString(kPtrRestrictPath, &saved_restrict_value_)) { in ScopedKptrUnrestrict()124 LOG(DEBUG) << "Failed to read " << kPtrRestrictPath; in ScopedKptrUnrestrict()153 if (!android::base::WriteStringToFile(value, kPtrRestrictPath)) { in WriteKptrRestrict()154 LOG(DEBUG) << "Failed to set " << kPtrRestrictPath << " to " << value; in WriteKptrRestrict()