Searched refs:makedirs (Results 1 – 25 of 35) sorted by relevance
12
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | makedir.py | 12 makedirs(p) 14 def makedirs(p): function 17 makedirs(head)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | websucker.py | 80 makedirs(dir) 103 def makedirs(dir): function 119 makedirs(head)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 36 def makedirs(name, mode=0777): function 37 return os.makedirs(LongFilePath(name), mode)
|
D | EdkIIWorkspace.py | 301 os.makedirs (Directory)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | OptionRom.py | 72 os.makedirs(TmpOutputDir) 90 os.makedirs(TmpOutputDir)
|
D | AprioriSection.py | 61 os.makedirs(OutputAprFilePath)
|
D | FfsFileStatement.py | 77 os.makedirs(OutputDir)
|
D | GenFdsGlobalVariable.py | 284 os.makedirs(GenFdsGlobalVariable.FvDir) 287 os.makedirs(GenFdsGlobalVariable.FfsDir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_os.py | 395 os.makedirs(sub11_path) 396 os.makedirs(sub2_path) 397 os.makedirs(t2_path) 479 os.makedirs(path) # Should work 481 os.makedirs(path) 484 self.assertRaises(OSError, os.makedirs, os.curdir) 486 os.makedirs(path) 489 os.makedirs(path)
|
D | test_glob.py | 16 os.makedirs(base)
|
D | test_gettext.py | 66 os.makedirs(LOCALEDIR)
|
D | test_site.py | 29 os.makedirs(site.USER_SITE)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | install_egg_info.py | 39 self.execute(os.makedirs, (self.install_dir,),
|
D | install.py | 555 os.makedirs(path, 0700)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | shutil.py | 177 os.makedirs(dst) 369 os.makedirs(archive_dir) 433 os.makedirs(archive_dir)
|
D | sysconfig.py | 338 os.makedirs(pybuilddir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shutil.py | 174 os.makedirs(dst) 364 os.makedirs(archive_dir) 428 os.makedirs(archive_dir)
|
D | os.py | 136 def makedirs(name, mode=0777): function 150 makedirs(head, mode) 198 makedirs(head)
|
D | zipfile.py | 986 os.makedirs(upperdirs) 1411 os.makedirs(tgtdir)
|
D | trace.py | 322 os.makedirs(dir)
|
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
D | mingw-gcc-build.py | 190 os.makedirs(path) 453 os.makedirs(build_dir) 520 os.makedirs(links_dir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | os.py | 163 def makedirs(name, mode=0777): function 177 makedirs(head, mode) 225 makedirs(head)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | os.py | 150 def makedirs(name, mode=0777): function 164 makedirs(head, mode) 212 makedirs(head)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | DecParserTest.py | 143 os.makedirs('Include/Ia32')
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Misc.py | 25 from os import makedirs 127 makedirs(Directory)
|
12