Lines Matching refs:symlink
62 // the symlink. (even if the symlink points to a non-existent file)
138 // Creates a symbolic link at |symlink| pointing to |target|. Returns
140 bool CreateSymbolicLink(const FilePath& target, const FilePath& symlink);
142 // Reads the given |symlink| and returns where it points to in |target|.
144 bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
166 // a file which the symlink points to.
169 // the permission of a file which the symlink points to.
220 // fail if |path| is a junction or symlink that points to an empty file,
239 // This function will return if the given file is a symlink or not.