Home | History | Annotate | Download | only in fileapi

Lines Matching defs:file_path

402   base::FilePath file_path;
403 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
406 return fileapi::NativeFileUtil::CreateDirectory(file_path, exclusive,
471 base::FilePath file_path;
472 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
475 if (file_util::IsLink(file_path))
477 error = fileapi::NativeFileUtil::GetFileInfo(file_path, file_info);
482 *platform_path = file_path;
484 media_path_filter_->Match(file_path)) {
557 base::FilePath file_path;
558 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
561 return fileapi::NativeFileUtil::DeleteDirectory(file_path);
589 base::FilePath file_path;
591 GetLocalFilePath(context, file_system_url, &file_path);
594 if (!media_path_filter_->Match(file_path))
597 *local_file_path = file_path;
608 base::FilePath file_path;
610 GetLocalFilePath(context, file_system_url, &file_path);
614 if (!base::PathExists(file_path))
617 if (!file_util::GetFileInfo(file_path, &file_info))
621 !media_path_filter_->Match(file_path)) {
625 *local_file_path = file_path;