Searched defs:destination_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1001 const base::FilePath& destination_path) {
1006 destination_path));
1011 this, project_path, destination_path));
1017 const base::FilePath& destination_path,
1039 destination_path.Append(file_list[i].name));
1047 destination_path.Append(file_list[i].name)));
1000 ReadSyncFileSystemDirectory(const base::FilePath& project_path, const base::FilePath& destination_path) argument
1015 ReadSyncFileSystemDirectoryCb( const base::FilePath& project_path, const base::FilePath& destination_path, base::PlatformFileError status, const fileapi::FileSystemOperation::FileEntryList& file_list, bool has_more) argument

Completed in 57 milliseconds