Searched refs:exists (Results 1 – 25 of 294) sorted by relevance
12345678910>>...12
/device/google/atv/products/ |
D | atv_system.mk | 20 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 21 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk) 22 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk) 23 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk) 24 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) 25 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk) 26 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) 27 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk) 28 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 29 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | dep_util.py | 24 if not os.path.exists(source): 27 if not os.path.exists(target): 67 if not os.path.exists(target): 77 if not os.path.exists(source):
|
D | file_util.py | 36 if os.path.exists(dst): 139 if not (os.path.exists(dst) and os.path.samefile(src, dst)): 142 if not (os.path.exists(dst) and os.path.samefile(src, dst)): 172 from os.path import exists, isfile, isdir, basename, dirname 186 elif exists(dst):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_install_data.py | 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 42 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 53 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 71 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
|
D | test_archive_util.py | 66 self.assertTrue(os.path.exists(tarball)) 77 self.assertTrue(os.path.exists(tarball)) 116 self.assertTrue(os.path.exists(tarball)) 130 self.assertTrue(os.path.exists(tarball2)) 143 self.assertTrue(os.path.exists(tarball)) 154 self.assertTrue(os.path.exists(tarball)) 171 self.assertTrue(os.path.exists(tarball)) 185 self.assertTrue(not os.path.exists(tarball)) 227 self.assertTrue(os.path.exists(res)) 230 self.assertTrue(os.path.exists(res)) [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | MultipleWorkspace.py | 75 if not os.path.exists(Path): 78 if os.path.exists(Path): 114 if not os.path.exists(absPath): 117 if os.path.exists(absPath): 138 if not os.path.exists(Path): 141 if os.path.exists(Path):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_shutil.py | 178 if os.path.exists(path): 183 if os.path.exists(path): 201 exists = os.path.exists 222 self.assertTrue(exists(join(dst_dir, 'test.txt'))) 223 self.assertTrue(not exists(join(dst_dir, 'test.tmp'))) 224 self.assertTrue(not exists(join(dst_dir, 'test_dir2'))) 226 if os.path.exists(dst_dir): 232 self.assertTrue(not exists(join(dst_dir, 'test.tmp'))) 233 self.assertTrue(not exists(join(dst_dir, 'test_dir2', 'subdir2'))) 234 self.assertTrue(not exists(join(dst_dir, 'test_dir2', 'subdir'))) [all …]
|
D | test_unicode_file.py | 35 if os.path.exists(filename): 45 self.assertTrue(os.path.exists(filename)) 48 self.assertTrue(os.path.exists(os.path.abspath(filename))) 105 self.assertTrue(not os.path.exists(filename2)) 107 self.assertTrue(os.path.exists(filename1)) 150 self.assertTrue(not os.path.exists(filename)) 161 self.assertTrue(not os.path.exists(filename2))
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/ |
D | DataHubStdErrDxe.uni | 2 // This driver takes DEBUG info from Data Hub and writes it to StdErr if it exists. 4 // This driver takes DEBUG info from a Data Hub and writes it to StdErr if it exists. 18 … #language en-US "Takes DEBUG information from a Data Hub; writes it to StdErr if it exists" 20 …language en-US "This driver takes DEBUG info from a Data Hub and writes it to StdErr if it exists."
|
/device/google/bonito/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/barbet/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/coral/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/bramble/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/sunfish/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/bonito/self-extractors_sargo/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/redfin/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/crosshatch/self-extractors_blueline/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/coral/self-extractors_flame/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/google/crosshatch/self-extractors/root/proprietary/ |
D | device-vendor.mk | 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) 18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
/device/generic/armv7-a-neon/ |
D | mini_common.mk | 87 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) 88 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 89 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 90 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) 91 $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | create-release.py | 27 if os.path.exists('OvmfPkgX64.dsc'): 30 if not os.path.exists(os.path.join('OvmfPkg', 'OvmfPkgX64.dsc')): 59 if not os.path.exists('.git'): 89 if os.path.exists(os.path.join('OvmfPkg', '.svn')): 185 if os.path.exists(filename):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | DataSection.py | 64 if not os.path.exists(self.SectFileName): 72 if os.path.exists(MapFile): 74 … if not os.path.exists(CopyMapFile) or (os.path.getmtime(MapFile) > os.path.getmtime(CopyMapFile)): 92 if not os.path.exists(FileBeforeStrip) or \
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDebugPrintHobLib/ |
D | PeiDebugPrintHobLib.uni | 2 // NULL Library class that reads Debug Mask variable and if it exists makes a 19 #string STR_MODULE_ABSTRACT #language en-US "Reads Debug Mask variable and if it exists… 21 …guage en-US "NULL Library class that reads Debug Mask variable and if it exists makes a HOB that c…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_import.py | 15 from os.path import dirname, join, exists, sep 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | security.py | 12 if not os.path.exists(keyfile): 16 if os.path.exists(kf):
|
12345678910>>...12