Home | History | Annotate | Download | only in fileapi

Lines Matching defs:src_file_path

238     const base::FilePath& src_file_path,
247 src_file_path, dest_url, callback));
356 const base::FilePath& src_file_path,
361 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
416 base::FilePath src_file_path;
421 &src_file_path);
424 if (fileapi::NativeFileUtil::DirectoryExists(src_file_path))
441 return fileapi::NativeFileUtil::CopyOrMoveFile(src_file_path, dest_file_path,
447 const base::FilePath& src_file_path,
450 if (src_file_path.empty())
458 return fileapi::NativeFileUtil::CopyOrMoveFile(src_file_path, dest_file_path,