Searched refs:filenames (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/ |
D | findleaves.py | 26 def perform_find(mindepth, prune, dirlist, filenames): argument 52 for filename in filenames: 116 filenames = [argv[-1]] 120 filenames = argv[i:] 121 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | ConfigBase.java | 57 public void setRootNodes(List<String> filenames) { in setRootNodes() argument 58 mRootNodes = new ArrayList(filenames); in setRootNodes()
|
/build/make/tools/releasetools/merge/ |
D | test_merge_utils.py | 73 for dirpath, _, filenames in os.walk(output_dir): 75 os.path.join(dirpath, filename) for filename in filenames)
|
D | merge_utils.py | 55 for dirpath, _, filenames in os.walk(from_dir): 58 for filename in filenames)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 422 var filenames []string 445 filenames = append(filenames, filepath.Join(dir, path)) 454 if len(filenames) == 0 { 459 sort.Strings(filenames) 464 for _, filename := range filenames {
|
/build/make/tools/releasetools/ |
D | check_target_files_signatures.py | 143 for dirpath, _, filenames in os.walk(top): 145 for i in filenames if i.endswith(".x509.pem")] 323 for dirpath, _, filenames in os.walk(d): 324 for fn in filenames:
|
D | check_target_files_signatures | 143 for dirpath, _, filenames in os.walk(top): 145 for i in filenames if i.endswith(".x509.pem")] 323 for dirpath, _, filenames in os.walk(d): 324 for fn in filenames:
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 897 var filenames []string 920 filenames = append(filenames, filepath.Join(dir, path)) 929 if len(filenames) == 0 { 934 sort.Strings(filenames) 939 for _, filename := range filenames {
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.proto | 37 // license_texts lists the filenames of the associated license text(s).
|
/build/soong/scripts/hiddenapi/ |
D | analyze_bcpf.py | 521 for (dirpath, _, filenames) in os.walk(bcpf_out_dir): 522 for f in filenames:
|