Searched refs:root_dir (Results 1 – 5 of 5) sorted by relevance
/development/tools/idegen/ |
D | index-gen.sh | 33 root_dir=$PWD 34 if [ ! -e $root_dir/.repo ]; then 35 root_dir=$PWD/../../.. 36 if [ ! -e $root_dir/.repo ]; then 41 tmp_file=${root_dir}/tmp.txt 42 dest_file=${root_dir}/module-index.txt 55 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \ 64 grep -v "^$root_dir/vendor/google" $tmp_file > $dest_file
|
D | intellij-gen.sh | 47 root_dir=$PWD 48 if [ ! -e $root_dir/.repo ]; then 49 root_dir=$PWD/../../.. 50 if [ ! -e $root_dir/.repo ]; then 55 index_file=$root_dir/module-index.txt 63 idegenjar="$root_dir/out/host/$platform-x86/framework/idegen.jar"
|
/development/vndk/tools/sourcedr/blueprint/ |
D | list_vndk_module.py | 46 def print_vndk_module_csv(output_file, module_dicts, root_dir, exclude, select): argument 57 root_dir_prefix_len = len(root_dir) + 1 90 root_dir = os.path.dirname(args.root_bp) 95 output_file, module_dicts, root_dir, exclude, select) 98 sys.stdout, module_dicts, root_dir, exclude, select)
|
D | analyze_manifest_split.py | 151 root_dir = os.path.dirname(os.path.abspath(args.blueprint)) 152 root_prefix_len = len(root_dir) + 1
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 57 for root_dir, dir_names, file_names in os.walk( 60 file_path = os.path.join(root_dir, file_name)
|