Lines Matching full:symlink
66 // the symlink. (even if the symlink points to a non-existent file)
147 // Creates a symbolic link at |symlink| pointing to |target|. Returns
150 const FilePath& symlink);
152 // Reads the given |symlink| and returns where it points to in |target|.
154 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
176 // a file which the symlink points to.
179 // the permission of a file which the symlink points to.
271 // fail if |path| is a junction or symlink that points to an empty file,
291 // This function will return if the given file is a symlink or not.