Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dclean_fonts_repo.py42 map(lambda path: os.removedirs(os.path.dirname(path)), paths)
50 map(lambda path: os.removedirs(os.path.dirname(path)), paths)
/third_party/python/Lib/
Dos.py232 def removedirs(name): function
276 removedirs(head)
/third_party/python/Lib/test/
Dtest_os.py1649 os.removedirs(path)
1724 os.removedirs(dirb)
1735 os.removedirs(dirb)
1747 os.removedirs(dirb)
/third_party/python/Doc/library/
Dos.rst2271 .. function:: removedirs(name)
2276 leaf directory is successfully removed, :func:`removedirs` tries to
2279 is not empty). For example, ``os.removedirs('foo/bar/baz')`` will first remove
2284 .. audit-event:: os.remove path,dir_fd os.removedirs
2325 segments of the old name will be pruned away using :func:`removedirs`.
/third_party/python/Doc/faq/
Dlibrary.rst470 don't exist. ``os.removedirs(path)`` will remove intermediate directories as
/third_party/python/Misc/
DHISTORY28990 - New functions in os.py: makedirs(), removedirs(), renames(). New