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,
35 char *target_out,
perms.c 21 char *target_out; member in struct:inode_params
117 params->target_out, &uid, &gid, &imode,
255 char *target_out,
265 .target_out = target_out,
289 errcode_t android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out,
332 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 445 def BuildImage(in_dir, prop_dict, out_file, target_out=None):
452 target_out: path of the product out directory to read device specific FS
536 if target_out:
537 build_command.extend(["-D", target_out])
570 if target_out:
571 build_command.extend(["-d", target_out])
592 if target_out:
593 build_command.extend(["-D", target_out])
855 target_out = argv[3]
885 if not BuildImage(in_dir, image_properties, out_file, target_out)
    [all...]
  /frameworks/base/tools/fonts/
fontchain_linter.py 720 target_out = sys.argv[1]
721 _fonts_dir = path.join(target_out, 'fonts')
723 fonts_xml_path = path.join(target_out, 'etc', 'fonts.xml')
730 hyphens_dir = path.join(target_out, 'usr', 'hyphen-data')

Completed in 493 milliseconds