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

  /external/e2fsprogs/contrib/android/
perms.h 16 char *target_out,
34 char *target_out,
perms.c 21 char *target_out; member in struct:inode_params
117 params->target_out, &uid, &gid, &imode,
254 char *target_out,
264 .target_out = target_out,
288 errcode_t android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out,
323 return __android_configure_fs(fs, src_dir, target_out, mountpoint,
  /build/make/tools/
mktarball.sh 8 # $6: TARGET_OUT path to query device specific FS configs
20 target_out=`readlink -f $6`
33 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f} ${target_out}`
  /build/make/tools/releasetools/
build_image.py 354 def BuildImage(in_dir, prop_dict, out_file, target_out=None):
361 target_out: path of the product out directory to read device specific FS config files.
439 if target_out:
440 build_command.extend(["-D", target_out])
463 if target_out:
464 build_command.extend(["-d", target_out])
720 target_out = argv[3]
748 if not BuildImage(in_dir, image_properties, out_file, target_out):
  /frameworks/base/tools/fonts/
fontchain_lint.py 643 target_out = sys.argv[1]
644 _fonts_dir = path.join(target_out, 'fonts')
646 fonts_xml_path = path.join(target_out, 'etc', 'fonts.xml')
651 hyphens_dir = path.join(target_out, 'usr', 'hyphen-data')

Completed in 82 milliseconds