Searched refs:exists (Results 1 – 25 of 84) sorted by relevance
1234
/build/make/target/product/ |
D | handheld_system.mk | 22 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 23 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk) 24 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk) 25 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk) 26 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) 27 $(call inherit-product-if-exists, external/google-fonts/source-sans-pro/fonts.mk) 28 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk) 29 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) 30 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk) 31 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) [all …]
|
D | sdk_phone_x86.mk | 48 $(call inherit-product-if-exists, device/generic/goldfish/x86-vendor.mk) 53 $(call inherit-product-if-exists, sdk/build/product_sdk.mk) 54 $(call inherit-product-if-exists, development/build/product_sdk.mk)
|
D | sdk_phone_x86_64.mk | 49 $(call inherit-product-if-exists, device/generic/goldfish/x86_64-vendor.mk) 54 $(call inherit-product-if-exists, sdk/build/product_sdk.mk) 55 $(call inherit-product-if-exists, development/build/product_sdk.mk)
|
D | full_base.mk | 54 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) 63 $(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
|
D | media_system.mk | 61 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ 65 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ 80 $(call inherit-product-if-exists, vendor/google/products/cfi-vendor.mk)
|
D | emulator.mk | 44 $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
D | emulator_vendor.mk | 36 $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
D | full.mk | 22 $(call inherit-product-if-exists, device/generic/goldfish/arm32-vendor.mk)
|
/build/soong/bazel/ |
D | aquery.go | 139 outputPath, exists := artifactIdToPath[outputId] 140 if !exists { 166 inputPath, exists := artifactIdToPath[inputId] 167 if !exists { 214 if result, exists := depsetIdToArtifactIdsCache[depsetId]; exists { 217 if depset, exists := depsetIdToDepset[depsetId]; exists {
|
/build/blueprint/ |
D | glob.go | 50 g, exists := c.globs[key] 53 if exists { 68 if g, exists = c.globs[key]; !exists { 73 if exists {
|
D | name_interface.go | 127 existingGroup, exists := s.modules[newName] 128 if exists { 137 group, exists := s.modules[oldName] 138 if !exists {
|
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 117 if os.path.exists(img.name): 153 if os.path.exists(img.name): 165 if os.path.exists(img.name): 201 if os.path.exists(img.name): 219 if os.path.exists(img.name): 235 if os.path.exists(img.name): 251 if os.path.exists(img.name): 267 if os.path.exists(img.name): 286 if os.path.exists(img.name): 292 assert os.path.exists(dtbo_prebuilt_path) [all …]
|
D | add_img_to_target_files | 117 if os.path.exists(img.name): 153 if os.path.exists(img.name): 165 if os.path.exists(img.name): 201 if os.path.exists(img.name): 219 if os.path.exists(img.name): 235 if os.path.exists(img.name): 251 if os.path.exists(img.name): 267 if os.path.exists(img.name): 286 if os.path.exists(img.name): 292 assert os.path.exists(dtbo_prebuilt_path) [all …]
|
D | test_sign_apex.py | 28 self.assertTrue(os.path.exists(self.testdata_dir)) 43 self.assertTrue(os.path.exists(signed_foo_apex)) 59 self.assertTrue(os.path.exists(signed_test_apex)) 73 self.assertTrue(os.path.exists(signed_apex))
|
D | test_common.py | 742 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1'))) 743 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2'))) 744 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3'))) 745 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Bar4'))) 746 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5'))) 753 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1'))) 754 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2'))) 755 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3'))) 756 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4'))) 757 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5'))) [all …]
|
D | test_add_img_to_target_files.py | 42 if not os.path.exists(path): 51 if not os.path.exists(images_path): 64 if not os.path.exists(radio_path): 81 os.path.exists(os.path.join(images_path, image + '.img'))) 90 os.path.exists(os.path.join(images_path, image + '.img'))) 114 os.path.exists(os.path.join(images_path, image + '.img'))) 146 if not os.path.exists(meta_path): 324 self.assertFalse(os.path.exists(care_map_file)) 333 self.assertFalse(os.path.exists(care_map_file))
|
D | validate_target_files.py | 47 assert os.path.exists(unpacked_name) 62 assert os.path.exists(unpacked_name) 172 if not os.path.exists(os.path.join(input_tmp, script_path)): 246 if os.path.exists(os.path.join(dst, filename)): 292 if not os.path.exists(image_path): 310 assert os.path.exists(verity_key_mincrypt), 'Missing verity_key' 328 assert os.path.exists(verity_key_ramdisk), 'Missing verity_key in ramdisk' 344 if not os.path.exists(image_path): 458 if not os.path.exists(path):
|
D | merge_target_files.py | 306 if not os.path.exists(copied_file_dir): 511 if not os.path.exists( 647 if not os.path.exists(framework_fc_path): 650 if not os.path.exists(framework_fc_path): 659 if not os.path.exists(vendor_fc_path): 662 if not os.path.exists(vendor_fc_path): 693 if not fcm_file or not os.path.exists(fcm_file): 702 if not vendor_plat_version_file or not os.path.exists( 723 if not policy or not os.path.exists(policy): 737 if policy and os.path.exists(policy): [all …]
|
D | apex_utils.py | 76 if not os.path.exists(self.debugfs_path): 112 if not os.path.exists(self.debugfs_path): 125 assert os.path.exists(self.apex_path) 154 assert os.path.exists(filename), 'file {} not found'.format(filename) 182 if os.path.exists(manifest_json): 254 if not os.path.exists(payload_path): 547 if not os.path.exists(target_dir):
|
/build/soong/android/soongconfig/ |
D | config.go | 42 if _, exists := configVars[conditionsDefault]; exists {
|
/build/soong/finder/fs/ |
D | readdir.go | 195 exists := true 199 exists = false 215 exists = false 218 return mode, exists
|
/build/soong/zip/ |
D | zip.go | 314 if exists, isDir, err := z.fs.Exists(fa.GlobDir); err != nil { 316 } else if !exists && !args.IgnoreMissingFiles { 605 if prev, exists := z.createdDirs[dest]; exists { 608 if prev, exists := z.createdFiles[dest]; exists { 677 if prev, exists := z.createdDirs[dest]; exists { 680 if prev, exists := z.createdFiles[dest]; exists { 932 if _, exists := z.createdDirs[dir]; exists { 936 if prev, exists := z.createdFiles[dir]; exists {
|
/build/soong/android/ |
D | bazel_handler_test.go | 109 if _, exists := bazelCommandResults[aqueryCommand]; !exists {
|
/build/soong/sdk/ |
D | bp_test.go | 87 …android.AssertPanicMessageContains(t, "adding x again should panic", `Property "x" already exists … 89 …essageContains(t, "adding arr again should panic", `Property "arr" already exists in property set`, 127 …android.AssertPanicMessageContains(t, "adding x again should panic", `Property "x" already exists …
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 121 if prev, exists := seen[name]; exists {
|
1234