Searched refs:input_dir (Results 1 – 10 of 10) sorted by relevance
/build/bazel/rules/ |
D | staging_dir_builder_test.sh | 34 input_dir=$(mktemp -d) 38 rm -rf ${input_dir} 53 echo "test file1" > "${input_dir}/file1" 54 chmod 755 "${input_dir}/file1" 55 echo "test file2" > "${input_dir}/file2" 56 chmod 755 "${input_dir}/file2" 57 mkdir -p "${input_dir}/execroot/__main__" 58 ln -s "${input_dir}/file1" "${input_dir}/one_level_sym" 59 ln -s "${input_dir}/file2" "${input_dir}/execroot/__main__/middle_sym" 60 ln -s "${input_dir}/execroot/__main__/middle_sym" "${input_dir}/two_level_sym_in_execroot" [all …]
|
/build/make/tools/releasetools/merge/ |
D | test_merge_utils.py | 51 input_dir = common.MakeTempDir() 60 createEmptyFile(os.path.join(input_dir, 'a.cpp')), 61 createEmptyFile(os.path.join(input_dir, 'b.cpp')), 62 createEmptyFile(os.path.join(input_dir, 'subdir', 'c.txt')), 63 createEmptyFile(os.path.join(input_dir, 'subdir', 'd.txt')), 65 os.path.join(input_dir, 'subdir', 'subsubdir', 'e.txt')), 66 createEmptyFolder(os.path.join(input_dir, 'subdir', 'empty_dir')), 67 createSymLink('a.cpp', os.path.join(input_dir, 'a_link.cpp')), 70 createEmptyFile(os.path.join(input_dir, 'a.h')) 71 createEmptyFile(os.path.join(input_dir, 'b.h')) [all …]
|
/build/make/tools/releasetools/ |
D | make_recovery_patch.py | 36 input_dir, output_dir = args 40 OPTIONS.info_dict = common.LoadInfoDict(input_dir) 43 input_dir, "RECOVERY") 45 input_dir, "BOOT") 63 common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
|
D | test_verity_utils.py | 64 input_dir = common.MakeTempDir() 68 cmd = ['mkuserimg_mke2fs', input_dir, system_image, 'ext4', '/system', 161 input_dir = common.MakeTempDir() 166 cmd = ['mkuserimg_mke2fs', input_dir, system_image, 'ext4', '/system',
|
D | test_build_image.py | 80 input_dir = common.MakeTempDir() 82 command = ['mkuserimg_mke2fs', input_dir, output_image, 'ext4', 184 input_dir = common.MakeTempDir() 186 command = ['mkuserimg_mke2fs', input_dir, output_image, 'ext4',
|
D | ota_utils.py | 1091 def CopyTargetFilesDir(input_dir): argument 1101 if not os.path.exists(os.path.join(input_dir, subdir)): 1103 shutil.copytree(os.path.join(input_dir, subdir), os.path.join( 1105 shutil.copytree(os.path.join(input_dir, "META"), os.path.join( 1108 for (dirpath, _, filenames) in os.walk(input_dir): 1111 relative_path = path.removeprefix(input_dir).removeprefix("/")
|
D | add_img_to_target_files.py | 254 def __init__(self, output_zip, input_dir, *args): argument 257 self.name = os.path.join(input_dir, *args) 578 def CreateImage(input_dir, info_dict, what, output_file, block_list=None): argument 590 input_dir, "META/" + fs_config_prefix + "filesystem_config.txt") 601 os.path.join(input_dir, what.upper()), image_props, output_file.name)
|
D | common.py | 3766 def MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img, argument 3806 path = os.path.join(input_dir, recovery_resource_dat_path)
|
/build/make/tools/ |
D | generate-notice-files.py | 241 for input_dir in input_dirs: 242 for root, dir, files in os.walk(input_dir): 248 if (root == (input_dir + '/' + subdir) or 249 root.startswith(input_dir + '/' + subdir + '/')): 254 if (root == (input_dir + '/' + subdir) or 255 root.startswith(input_dir + '/' + subdir + '/')):
|
/build/bazel/rules/apex/ |
D | apex_aab.bzl | 127 …input_bundle_file = ctx.actions.declare_file(module_name + "/sign_bundle/input_dir/" + bundle_file… 206 args.add_all(["--input_dir", input_bundle_file.dirname])
|