Home | History | Annotate | Download | only in crash_cache

Lines Matching defs:full_path

80 // Creates the destinaton folder for this run, and returns it on full_path.
82 FilePath* full_path) {
111 *full_path = path.AppendASCII(folders[action]);
113 if (file_util::PathExists(*full_path))
116 return file_util::CreateDirectory(*full_path);
260 FilePath full_path;
261 if (!CreateTargetFolder(path, action, &full_path)) {
267 return SimpleInsert(full_path, action);
270 return LoadOperations(full_path, action);
273 return SimpleRemove(full_path, action);
276 return HeadRemove(full_path, action);
279 return SimpleRemove(full_path, action);
282 return LoadOperations(full_path, action);