Searched refs:raw_image_file (Results 1 – 1 of 1) sorted by relevance
43 def __init__(self, path_prefix, raw_image_file, temp_dir): argument45 self._raw_image_file = raw_image_file76 def _detect_system_as_root(cls, raw_image_file): argument78 logging.debug('Checking system-as-root in %s...', raw_image_file)83 if debugfs.get_type(raw_image_file, file_spec) != 'regular':90 if debugfs.get_type(raw_image_file, file_spec) != 'regular':