Home
last modified time | relevance | path

Searched refs:loop_path (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/bin/
Dpartition.py888 loop_path = utils.system_output(cmd)
895 return loop_path
898 def _create_single_partition(self, loop_path): argument
904 logging.debug('Creating single partition on %s', loop_path)
911 utils.run('sfdisk %s < %s' % (loop_path, sfdisk_file_path))
913 e_msg = 'Error partitioning device %s: %s' % (loop_path, e)
917 def _create_entries_partition(self, loop_path): argument
927 loop_path)
929 cmd = 'kpartx -a %s' % loop_path
931 l_cmd = 'kpartx -l %s | cut -f1 -d " "' % loop_path
[all …]