Home
last modified time | relevance | path

Searched refs:GetRecursiveDiskUsage (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
Dhost_utils.py9 def GetRecursiveDiskUsage(path): function
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2115 size = sum(host_utils.GetRecursiveDiskUsage(h) for h, _ in files)
2118 host_utils.GetRecursiveDiskUsage(h) for h, _ in host_device_tuples)