Home
last modified time | relevance | path

Searched refs:calculate_tree_size (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1253 calculate_tree_size(StringPrintf("%s/%s", path.c_str(), name), &size); in collectManualStats()
1387 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize()
1394 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
1405 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
1421 calculate_tree_size( in getAppSize()
1424 calculate_tree_size( in getAppSize()
1434 calculate_tree_size(mediaPath, &extStats.dataSize); in getAppSize()
1442 calculate_tree_size(create_data_dalvik_cache_path(), &stats.codeSize, in getAppSize()
1508 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize()
1521 calculate_tree_size(userProfilePath, &stats.dataSize, -1, -1, true); in getUserSize()
[all …]
DCacheTracker.cpp66 calculate_tree_size(cachePath, &cacheUsed); in loadStats()
67 calculate_tree_size(codeCachePath, &cacheUsed); in loadStats()
Dutils.h92 int calculate_tree_size(const std::string& path, int64_t* size,
Dutils.cpp304 int calculate_tree_size(const std::string& path, int64_t* size, in calculate_tree_size() function