HomeSort by relevance Sort by last modified time
    Searched refs:maildirfolder_path (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 419 maildirfolder_path = os.path.join(path, 'maildirfolder')
420 if not os.path.exists(maildirfolder_path):
421 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 438 maildirfolder_path = os.path.join(path, 'maildirfolder')
439 if not os.path.exists(maildirfolder_path):
440 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 432 maildirfolder_path = os.path.join(path, 'maildirfolder')
433 if not os.path.exists(maildirfolder_path):
434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 432 maildirfolder_path = os.path.join(path, 'maildirfolder')
433 if not os.path.exists(maildirfolder_path):
434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 432 maildirfolder_path = os.path.join(path, 'maildirfolder')
433 if not os.path.exists(maildirfolder_path):
434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 432 maildirfolder_path = os.path.join(path, 'maildirfolder')
433 if not os.path.exists(maildirfolder_path):
434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY,
    [all...]

Completed in 1039 milliseconds