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

  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 160 self._mountpoint = mountpoint
164 self._image_path, self._mountpoint)
169 lib.util.check_call('/usr/bin/sudo', '/bin/umount', self._mountpoint)
174 logging.exception('Failed to umount ' + self._mountpoint)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 724 const char *_mountpoint, fs_config_func_t fs_config_func, int gzip,
746 if (_mountpoint == NULL) {
749 mountpoint = canonicalize_abs_slashes(_mountpoint);

Completed in 427 milliseconds