Home
last modified time | relevance | path

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

/hardware/google/pixel/health/test/
DTestBatteryDefender.cpp33 bool follow_symlinks);
38 bool follow_symlinks);
46 bool(const std::string &path, std::string *content, bool follow_symlinks));
51 bool(const std::string &content, const std::string &path, bool follow_symlinks));
59 bool ReadFileToString(const std::string &path, std::string *content, bool follow_symlinks) { in ReadFileToString() argument
60 return mock->ReadFileToString(path, content, follow_symlinks); in ReadFileToString()
63 bool WriteStringToFile(const std::string &content, const std::string &path, bool follow_symlinks) { in WriteStringToFile() argument
64 return mock->WriteStringToFile(content, path, follow_symlinks); in WriteStringToFile()