HomeSort by relevance Sort by last modified time
    Searched refs:dest_root (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
isolated_file_util_unittest.cc 424 FileSystemURL dest_root = GetOtherFileSystemURL(base::FilePath()); local
432 dest_root));
444 src_root, dest_root, src_url);
465 FileSystemURL dest_root = GetOtherFileSystemURL(base::FilePath()); local
469 dest_root));
481 src_root, dest_root, src_url);
copy_or_move_operation_delegate.h 34 const FileSystemURL& dest_root,
copy_or_move_operation_delegate.cc 22 const FileSystemURL& dest_root,
27 dest_root_(dest_root),
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 303 def InstallFiles(src_root, dest_root, file_list):
304 """Copy a set of files from src_root to dest_root according
340 dest = os.path.join(dest_root, dest)

Completed in 215 milliseconds