Home | History | Annotate | Download | only in files

Lines Matching full:path_

16   if (!path_.empty() && !Delete())
21 if (!path_.empty())
26 if (!base::CreateNewTempDirectory(FILE_PATH_LITERAL("scoped_dir"), &path_))
33 if (!path_.empty())
43 &path_))
50 if (!path_.empty())
56 path_ = path;
61 if (path_.empty())
64 bool ret = base::DeleteFile(path_, true);
67 path_.clear();
74 FilePath ret = path_;
75 path_ = FilePath();
80 return !path_.empty() && DirectoryExists(path_);