Lines Matching full:filepath
151 base::FilePath SetUpSymlinkIfNeeded(const base::FilePath& symlink_path,
159 base::FilePath target_path;
180 void RemoveSymlinkAndLog(const base::FilePath& link_path,
181 const base::FilePath& target_path) {
190 base::FilePath GetSessionLogFile(const CommandLine& command_line) {
191 base::FilePath log_dir;
196 log_dir = base::FilePath(log_dir_str);
199 base::FilePath profile_dir;
204 profile_dir = base::FilePath(login_profile_value);
209 profile_dir = base::FilePath(profile_dir_str);
228 base::FilePath log_path = GetSessionLogFile(command_line);
234 base::FilePath target_path = SetUpSymlinkIfNeeded(log_path, true);
258 base::FilePath log_path;
260 base::FilePath target_path;
369 base::FilePath GetLogFileName() {
373 return base::FilePath::FromUTF8Unsafe(filename);
375 const base::FilePath log_filename(FILE_PATH_LITERAL("chrome_debug.log"));
376 base::FilePath log_path;
419 base::FilePath GenerateTimestampedName(const base::FilePath& base_path,