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

  /build/make/tools/releasetools/
test_validate_target_files.py 112 def _generate_system_image(self, output_file, system_root=None,
126 if not system_root:
127 system_root = common.MakeTempDir()
128 cmd = ['mkuserimg_mke2fs', '-s', system_root, output_file, 'ext4',
169 system_root = os.path.join(input_tmp, "SYSTEM")
170 os.mkdir(system_root)
175 with open(os.path.join(system_root, 'a'), 'w') as f:
178 with open(os.path.join(system_root, 'b'), 'w') as f:
183 self._generate_system_image(system_image, system_root, raw_file_map)
  /external/ImageMagick/MagickCore/
nt-feature.c 143 system_root[MagickPathExtent],
160 system_root_length=sizeof(system_root)-1;
162 (BYTE*) system_root, &system_root_length);
168 system_root_length=sizeof(system_root)-1;
170 (BYTE*)system_root, &system_root_length);
178 (void) CopyMagickString(buffer,system_root,MagickPathExtent);
182 (void) CopyMagickString(font_root,system_root,MagickPathExtent);
187 (void) CopyMagickString(font_root,system_root,MagickPathExtent);
140 system_root[MagickPathExtent], local
  /bootable/recovery/
fsck_unshare_blocks.cpp 123 std::string system_root = get_system_root(); local
124 bool mounted = ensure_path_mounted_at(system_root, "/mnt/system") != -1;
125 partitions.push_back(system_root);

Completed in 229 milliseconds