Home
last modified time | relevance | path

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

/system/core/base/include/android-base/
Dfile.h32 bool follow_symlinks = false);
35 bool follow_symlinks = false);
41 bool follow_symlinks = false);
/system/core/base/
Dfile.cpp68 bool ReadFileToString(const std::string& path, std::string* content, bool follow_symlinks) { in ReadFileToString() argument
71 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW); in ReadFileToString()
106 bool follow_symlinks) { in WriteStringToFile() argument
108 (follow_symlinks ? 0 : O_NOFOLLOW); in WriteStringToFile()
135 bool follow_symlinks) { in WriteStringToFile() argument
137 (follow_symlinks ? 0 : O_NOFOLLOW); in WriteStringToFile()