Searched refs:SymlinkPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc255 bool SymlinkPath(const FilePath& target, const FilePath& path) { function in namespace:__anon2377
929 if (!SymlinkPath(symlink_content, lock_path_)) {
950 if (!SymlinkPath(socket_target_path, socket_path_) ||
951 !SymlinkPath(cookie, cookie_path_) ||
952 !SymlinkPath(cookie, remote_cookie_path)) {
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_linux.cc251 bool SymlinkPath(const base::FilePath& target, const base::FilePath& path) { function in namespace:__anon5759
882 if (!SymlinkPath(symlink_content, lock_path_)) {
903 if (!SymlinkPath(socket_target_path, socket_path_) ||
904 !SymlinkPath(cookie, cookie_path_) ||
905 !SymlinkPath(cookie, remote_cookie_path)) {

Completed in 32 milliseconds