Lines Matching refs:FilePath
142 bool GetTempName(const string& path, base::FilePath* template_path) {
146 *template_path = base::FilePath(path);
150 base::FilePath temp_dir;
152 temp_dir = base::FilePath(root_temp_dir);
155 temp_dir = base::FilePath(constants::kNonVolatileDirectory).Append("tmp");
619 base::FilePath filename_template;
643 base::FilePath dirname_template;
1109 base::FilePath *out_path) {
1225 base::ReadFileToString(base::FilePath(kBootIdPath), boot_id));