Home
last modified time | relevance | path

Searched refs:isfile (Results 1 – 25 of 99) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_discovery.py31 original_isfile = os.path.isfile
33 os.path.isfile = original_isfile
49 def isfile(path): function
52 os.path.isfile = isfile
74 original_isfile = os.path.isfile
76 os.path.isfile = original_isfile
89 os.path.isfile = lambda path: os.path.basename(path) not in directories
136 original_isfile = os.path.isfile
139 os.path.isfile = original_isfile
141 os.path.isfile = lambda path: False
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_compileall.py66 self.assertTrue(os.path.isfile(self.bc_path) \
67 and not os.path.isfile(self.bc_path2))
70 self.assertTrue(os.path.isfile(self.bc_path) \
71 and os.path.isfile(self.bc_path2))
Dtest_unicode_file.py46 self.assertTrue(os.path.isfile(filename))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename)))
95 self.assertTrue(os.path.isfile(filename1)) # must exist.
97 self.assertTrue(os.path.isfile(filename1+".new"))
99 self.assertTrue(os.path.isfile(filename2))
Dtest_genericpath.py141 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False)
146 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), True)
149 self.assertIs(self.pathmodule.isfile(test_support.TESTFN), False)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drcslib.py174 return (os.path.isfile(namev) or
175 os.path.isfile(os.path.join('RCS', namev)))
187 if os.path.isfile(namev): return namev
189 if os.path.isfile(namev): return namev
205 if os.path.isfile(name): return name
DFSProxy.py85 if not os.path.isfile(name):
121 files = filter(os.path.isfile, files)
138 def isfile(self, name): member in FSProxyLocal
139 return self.visible(name) and os.path.isfile(name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dsdist.py192 template_exists = os.path.isfile(self.template)
249 files = filter(os.path.isfile, glob(pattern))
273 if os.path.isfile(item):
279 if os.path.isfile(f):
355 if os.path.isfile(self.manifest):
422 if not os.path.isfile(file):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOsPath.py17 def isfile(path): function
18 return os.path.isfile(LongFilePath(path))
DTargetTxtClassObject.py61 if os.path.exists(Filename) and os.path.isfile(Filename):
107 if not os.path.exists(Tools_Def) or not os.path.isfile(Tools_Def):
117 if not os.path.exists(Build_Rule) or not os.path.isfile(Build_Rule):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfile_util.py107 if not os.path.isfile(src):
172 from os.path import exists, isfile, isdir, basename, dirname
181 if not isfile(src):
Dspawn.py165 if not os.path.isfile(executable):
168 if os.path.isfile(f):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_sysconfig.py25 if os.path.isfile(path):
48 self.assertTrue(os.path.isfile(python_h), python_h)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c145 isfile(char *filename) /* Is file, not directory */ in isfile() function
159 if (isfile(filename)) in ismodule()
165 if (isfile(filename)) in ismodule()
282 if (isfile(prefix)) { in search_for_prefix()
341 if (isfile(exec_prefix)) { in search_for_exec_prefix()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DRmPkg.py210 if not os.path.isfile(StoredDistFile):
238 if os.path.isfile(Path):
257 if os.path.isfile(Path):
DUPT.py307 if not (os.path.exists(DistFile) and os.path.isfile(DistFile)):
313 if not (os.path.exists(AbsPath) and os.path.isfile(AbsPath)):
315 if not (os.path.exists(AbsPath) and os.path.isfile(AbsPath)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dsaxutils.py341 isfile = os.path.isfile(sysidfilename)
343 isfile = False
344 if isfile:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c129 isfile(char *filename) in isfile() function
154 if (isfile(filename)) { in ismodule()
162 if (isfile(filename)) { in ismodule()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dloader.py186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
243 if os.path.isfile(full_path):
268 if not os.path.isfile(os.path.join(full_path, '__init__.py')):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgenericpath.py26 def isfile(path): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgenericpath.py34 def isfile(path): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dfreeze.py265 if not os.path.isfile(file):
272 if not os.path.isfile(setup):
290 if not os.path.isfile(arg):
/device/linaro/hikey/installer/hikey/
Dhisi-idt.py251 if not os.path.isfile(img1):
256 if not os.path.isfile(img2):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DException.py70 if FilePath and os.path.isfile(FilePath):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpysource.py106 if os.path.isfile(path):
Dfindnocoding.py21 if os.path.isfile(path):

1234