Home
last modified time | relevance | path

Searched defs:isfile (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgenericpath.py26 def isfile(path): function
Dtarfile.py1453 def isfile(self): member in TarInfo
/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/Lib/unittest/test/
Dtest_discovery.py49 def isfile(path): function
323 def isfile(_): function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOsPath.py17 def isfile(path): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c129 isfile(char *filename) in isfile() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c145 isfile(char *filename) /* Is file, not directory */ in isfile() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DFSProxy.py138 def isfile(self, name): member in FSProxyLocal