Lines Matching refs:file_path_
121 : profile_(profile), extension_(extension), file_path_(file_path) {}
125 if (file_path_.empty()) {
130 DCHECK(file_path_.IsAbsolute());
134 paths.push_back(file_path_);
159 if (drive::util::IsUnderDriveMountPoint(file_path_)) {
179 if (!base::PathExists(file_path_) ||
180 base::DirectoryExists(file_path_)) {
181 LOG(WARNING) << "No file exists with path " << file_path_.value();
188 if (!net::GetMimeTypeFromFile(file_path_, &mime_type))
207 drive::util::ExtractDrivePath(file_path_),
239 handler = FirstFileHandlerForFile(*extension_, mime_type, file_path_);
240 if (handler && !FileHandlerCanHandleFile(*handler, mime_type, file_path_)) {
242 << file_path_.value();
251 << file_path_.value();
293 file_path_,
304 const base::FilePath file_path_;