Home
last modified time | relevance | path

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

/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.cpp288 bool logfailures) in WriteFileAction() argument
289 : path_(path), value_(value), logfailures_(logfailures) { in WriteFileAction()
294 bool logfailures) { in WriteValueToFile() argument
300 if (logfailures) PLOG(WARNING) << "Failed to open " << path; in WriteValueToFile()
305 if (logfailures) PLOG(ERROR) << "Failed to write '" << value << "' to " << path; in WriteValueToFile()
576 bool logfailures = attr_logfailures.empty() || attr_logfailures == "true"; in Load() local
578 logfailures)); in Load()
H A Dtask_profiles.h158 WriteFileAction(const std::string& path, const std::string& value, bool logfailures);
171 bool logfailures);