Searched refs:follow_symlinks (Results 1 – 4 of 4) sorted by relevance
83 bool follow_symlinks = false);86 bool follow_symlinks = false);92 bool follow_symlinks = false);
236 bool ReadFileToString(const std::string& path, std::string* content, bool follow_symlinks) { in ReadFileToString() argument239 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW); in ReadFileToString()272 bool follow_symlinks) { in WriteStringToFile() argument274 (follow_symlinks ? 0 : O_NOFOLLOW); in WriteStringToFile()300 bool follow_symlinks) { in WriteStringToFile() argument302 (follow_symlinks ? 0 : O_NOFOLLOW); in WriteStringToFile()
132 bool follow_symlinks = false) const;135 bool follow_symlinks = false);
542 bool follow_symlinks) const { in WriteFullyToFile()553 O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW); in WriteFullyToFile()596 bool follow_symlinks) { in ReadFullyFromFile() argument599 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW); in ReadFullyFromFile()