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

  /external/autotest/site_utils/
gs_offloader_unittest.py 67 """Mock the process of getting the offload_dir function."""
695 """Tests for `offload_dir()`."""
699 # offload_dir() logs messages; silence them.
713 """Mock out the calls needed by `offload_dir()`.
732 """Make one call to `offload_dir()`.
736 @param should_succeed True iff the call to `offload_dir()`
752 """Test that `offload_dir()` can succeed correctly."""
759 """Test that `offload_dir()` can fail correctly."""
766 """Test that `offload_dir()` times out correctly.
779 """Test that `offload_dir()` times out correctly
    [all...]
gs_offloader.py 307 @return offload_dir function to perform the offload.
310 def offload_dir(dir_entry, dest_path): function in function:get_offload_dir_func
404 return offload_dir
410 Uses same arguments as offload_dir so that it can be used in replace

Completed in 58 milliseconds