Home
last modified time | relevance | path

Searched refs:removedirs (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/
Dsystrace.py41 os.removedirs(dirname)
/external/python/cpython2/Lib/
Dos.py159 def removedirs(name): function
203 removedirs(head)
/external/python/cpython3/Lib/
Dos.py228 def removedirs(name): function
272 removedirs(head)
/external/python/cpython2/Lib/test/
Dtest_os.py524 os.removedirs(path)
/external/python/cpython3/Lib/test/
Dtest_os.py1221 os.removedirs(path)
1290 os.removedirs(dirb)
1301 os.removedirs(dirb)
1313 os.removedirs(dirb)
/external/python/cpython2/Doc/library/
Dos.rst1318 .. function:: removedirs(path)
1323 leaf directory is successfully removed, :func:`removedirs` tries to
1326 is not empty). For example, ``os.removedirs('foo/bar/baz')`` will first remove
1353 segments of the old name will be pruned away using :func:`removedirs`.
/external/python/cpython3/Doc/library/
Dos.rst2032 .. function:: removedirs(name)
2037 leaf directory is successfully removed, :func:`removedirs` tries to
2040 is not empty). For example, ``os.removedirs('foo/bar/baz')`` will first remove
2076 segments of the old name will be pruned away using :func:`removedirs`.
/external/python/cpython3/Doc/faq/
Dlibrary.rst473 don't exist. ``os.removedirs(path)`` will remove intermediate directories as
/external/python/cpython2/Doc/faq/
Dlibrary.rst457 don't exist. ``os.removedirs(path)`` will remove intermediate directories as
/external/python/cpython2/Misc/
Dcheatsheet1412 removedirs(path) Recursive directory delete (delete intermediary empty
DHISTORY11611 - New functions in os.py: makedirs(), removedirs(), renames(). New
/external/python/cpython3/Misc/
DHISTORY28990 - New functions in os.py: makedirs(), removedirs(), renames(). New