Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A DCacheTracker.cpp70 calculate_tree_size(cachePath, &cacheUsed); in loadStats()
71 calculate_tree_size(codeCachePath, &cacheUsed); in loadStats()
H A DInstalldNativeService.cpp1814 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize()
1823 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
1834 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
1850 calculate_tree_size( in getAppSize()
1853 calculate_tree_size( in getAppSize()
1863 calculate_tree_size(mediaPath, &extStats.dataSize); in getAppSize()
2070 calculate_tree_size(obbPath, &extStats.codeSize); in getUserSize()
2074 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize); in getUserSize()
2087 calculate_tree_size(userProfilePath, &stats.dataSize); in getUserSize()
2089 calculate_tree_size(refProfilePath, &stats.codeSize); in getUserSize()
[all …]
H A Dutils.h110 int calculate_tree_size(const std::string& path, int64_t* size,
H A Dutils.cpp379 int calculate_tree_size(const std::string& path, int64_t* size, in calculate_tree_size() function