Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 63) sorted by relevance

123

/build/make/target/product/
Dhandheld_system.mk22 $(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 …]
Dfull_base.mk53 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
62 $(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
Dmedia_system.mk63 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)
Demulator.mk46 $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
Daosp_x86.mk30 $(call inherit-product-if-exists, device/generic/goldfish/x86-vendor.mk)
Daosp_arm.mk35 $(call inherit-product-if-exists, device/generic/goldfish/arm32-vendor.mk)
Daosp_x86_64.mk36 $(call inherit-product-if-exists, device/generic/goldfish/x86_64-vendor.mk)
Daosp_arm64.mk36 $(call inherit-product-if-exists, device/generic/goldfish/arm64-vendor.mk)
Demulator_vendor.mk50 $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
/build/kati/
Dfileutil.go22 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) {
Dexec.go47 output, _ := ex.ctx.vpaths.exists(n.Output)
95 if _, ok := ex.ctx.vpaths.exists(d.Output); ok {
/build/make/tools/releasetools/
Dadd_img_to_target_files141 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 …]
Dadd_img_to_target_files.py141 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 …]
Dtest_common.py382 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 …]
Dtest_add_img_to_target_files.py53 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]))
Dvalidate_target_files.py46 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):
Dimg_from_target_files92 assert os.path.exists(images_path)
132 assert os.path.exists(image_path)
Dimg_from_target_files.py92 assert os.path.exists(images_path)
132 assert os.path.exists(image_path)
/build/blueprint/
Dglob.go54 g, exists := c.globs[fileName]
57 if exists {
71 if g, exists = c.globs[fileName]; !exists {
77 if exists {
Dname_interface.go127 existingGroup, exists := s.modules[newName]
128 if exists {
137 group, exists := s.modules[oldName]
138 if !exists {
/build/make/target/board/generic_arm64/
Ddevice.mk18 $(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/
Dreaddir.go195 exists := true
199 exists = false
215 exists = false
218 return mode, exists
/build/soong/zip/
Dzip.go328 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/
Dzipsync.go99 if prev, exists := seen[f.Name]; exists {
/build/blueprint/pathtools/
Dfs.go213 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