Home | History | Annotate | Download | only in fileapi

Lines Matching refs:dest_url

376 dest_url| does not exist.
377 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
379 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
383 const FileSystemURL& dest_url,
405 // Copies a file from |src_url| to |dest_url|.
407 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
416 // or the parent directory of |dest_url| does not exist.
418 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
420 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
424 const FileSystemURL& dest_url,
429 // Moves a local file from |src_url| to |dest_url|.
431 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
437 // or the parent directory of |dest_url| does not exist.
439 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
441 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
445 const FileSystemURL& dest_url,