Searched refs:follow_symlinks (Results 1 – 2 of 2) sorted by relevance
32 bool follow_symlinks = false);35 bool follow_symlinks = false);41 bool follow_symlinks = false);
68 bool ReadFileToString(const std::string& path, std::string* content, bool follow_symlinks) { in ReadFileToString() argument71 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW); in ReadFileToString()106 bool follow_symlinks) { in WriteStringToFile() argument108 (follow_symlinks ? 0 : O_NOFOLLOW); in WriteStringToFile()135 bool follow_symlinks) { in WriteStringToFile() argument137 (follow_symlinks ? 0 : O_NOFOLLOW); in WriteStringToFile()