Searched refs:exists (Results 1 – 25 of 63) sorted by relevance
123
/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 | full_base.mk | 53 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) 62 $(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
|
D | media_system.mk | 63 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ 67 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ 82 $(call inherit-product-if-exists, vendor/google/products/cfi-vendor.mk)
|
D | emulator.mk | 46 $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
D | aosp_x86.mk | 30 $(call inherit-product-if-exists, device/generic/goldfish/x86-vendor.mk)
|
D | aosp_arm.mk | 35 $(call inherit-product-if-exists, device/generic/goldfish/arm32-vendor.mk)
|
D | aosp_x86_64.mk | 36 $(call inherit-product-if-exists, device/generic/goldfish/x86_64-vendor.mk)
|
D | aosp_arm64.mk | 36 $(call inherit-product-if-exists, device/generic/goldfish/arm64-vendor.mk)
|
D | emulator_vendor.mk | 50 $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
/build/kati/ |
D | fileutil.go | 22 func exists(filename string) bool { func 40 func (s searchPaths) exists(target string) (string, bool) { func 41 if exists(target) { 50 if exists(vtarget) { 57 if exists(vtarget) {
|
D | exec.go | 47 output, _ := ex.ctx.vpaths.exists(n.Output) 95 if _, ok := ex.ctx.vpaths.exists(d.Output); ok {
|
/build/make/tools/releasetools/ |
D | add_img_to_target_files | 141 if os.path.exists(img.name): 175 if os.path.exists(img.name): 187 if os.path.exists(img.name): 202 if os.path.exists(img.name): 220 if os.path.exists(img.name): 236 if os.path.exists(img.name): 255 if os.path.exists(img.name): 261 assert os.path.exists(dtbo_prebuilt_path) 299 if not os.path.exists(fs_config): 356 if os.path.exists(img.name): [all …]
|
D | add_img_to_target_files.py | 141 if os.path.exists(img.name): 175 if os.path.exists(img.name): 187 if os.path.exists(img.name): 202 if os.path.exists(img.name): 220 if os.path.exists(img.name): 236 if os.path.exists(img.name): 255 if os.path.exists(img.name): 261 assert os.path.exists(dtbo_prebuilt_path) 299 if not os.path.exists(fs_config): 356 if os.path.exists(img.name): [all …]
|
D | test_common.py | 382 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1'))) 383 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2'))) 384 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3'))) 385 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Bar4'))) 386 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5'))) 392 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1'))) 393 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2'))) 394 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3'))) 395 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4'))) 396 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5'))) [all …]
|
D | test_add_img_to_target_files.py | 53 if not os.path.exists(path): 62 if not os.path.exists(images_path): 75 if not os.path.exists(radio_path): 92 os.path.exists(os.path.join(images_path, image + '.img'))) 101 os.path.exists(os.path.join(images_path, image + '.img'))) 125 os.path.exists(os.path.join(images_path, image + '.img'))) 151 if not os.path.exists(meta_path): 276 self.assertFalse(os.path.exists(care_map_file)) 357 self.assertTrue(os.path.exists(chained_partition_args[2]))
|
D | validate_target_files.py | 46 assert os.path.exists(unpacked_name) 61 assert os.path.exists(unpacked_name) 161 if not os.path.exists(os.path.join(input_tmp, script_path)): 261 if not os.path.exists(image_path): 283 assert os.path.exists(verity_key_mincrypt), 'Missing verity_key' 304 if not os.path.exists(image_path):
|
D | img_from_target_files | 92 assert os.path.exists(images_path) 132 assert os.path.exists(image_path)
|
D | img_from_target_files.py | 92 assert os.path.exists(images_path) 132 assert os.path.exists(image_path)
|
/build/blueprint/ |
D | glob.go | 54 g, exists := c.globs[fileName] 57 if exists { 71 if g, exists = c.globs[fileName]; !exists { 77 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/target/board/generic_arm64/ |
D | device.mk | 18 $(call inherit-product-if-exists, frameworks/base/build/tablet-dalvik-heap.mk) 19 $(call inherit-product-if-exists, frameworks/native/build/tablet-dalvik-heap.mk)
|
/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 | 328 if exists, isDir, err := z.fs.Exists(fa.GlobDir); err != nil { 330 } else if !exists && !args.IgnoreMissingFiles { 619 if prev, exists := z.createdDirs[dest]; exists { 622 if prev, exists := z.createdFiles[dest]; exists { 657 if prev, exists := z.createdDirs[dest]; exists { 660 if prev, exists := z.createdFiles[dest]; exists { 912 if _, exists := z.createdDirs[dir]; exists { 916 if prev, exists := z.createdFiles[dir]; exists {
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 99 if prev, exists := seen[f.Name]; exists {
|
/build/blueprint/pathtools/ |
D | fs.go | 213 to, exists := m.symlinks[name] 214 if !exists { 408 exists, isDir, err := m.Exists(name) 412 if !exists { 444 if exists, _, err := m.Exists(name); err != nil { 446 } else if !exists {
|
123