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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 300 destination_path = filesystem.join(
302 filesystem.copyfile(source_path, destination_path)
303 exit_code = scm.add(destination_path, return_exit_code=True)
337 destination_path = filesystem.join(destination_directory, file_name)
338 filesystem.copyfile(source_path, destination_path)
339 exit_code = test_config.scm.add(destination_path, return_exit_code=True)
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 470 def add(self, destination_path, return_exit_code=False):
471 self.added_paths.add(destination_path)

Completed in 513 milliseconds