Home
last modified time | relevance | path

Searched defs:statdir (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dbyext.py25 def statdir(self, dir): member in Stats
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dbyext.py24 def statdir(self, dir): member in Stats
/aosp_15_r20/device/google/gs-common/storage/
Ddump_storage.cpp88 std::unique_ptr<DIR, decltype(&closedir)> statdir( in main() local