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

/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc160 bool symlink_exists = base::PathExists(symlink_path); local
161 if (new_log || !symlink_exists) {
166 if (symlink_exists) // only warn if we might expect it to succeed.

Completed in 139 milliseconds