Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp70 calculate_tree_size(cachePath, &cacheUsed); in loadStats()
71 calculate_tree_size(codeCachePath, &cacheUsed); in loadStats()
DInstalldNativeService.cpp2453 calculate_tree_size(StringPrintf("%s/%s", path.c_str(), name), &size); in collectManualStats()
2634 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize()
2643 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize()
2654 calculate_tree_size(codePath, &stats.codeSize); in getAppSize()
2683 calculate_tree_size( in getAppSize()
2686 calculate_tree_size( in getAppSize()
2696 calculate_tree_size(mediaPath, &extStats.dataSize); in getAppSize()
2704 calculate_tree_size(create_data_dalvik_cache_path(), &stats.codeSize, in getAppSize()
2855 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize()
2868 calculate_tree_size(userProfilePath, &stats.dataSize, -1, -1, true); in getUserSize()
[all …]
Dutils.h120 int calculate_tree_size(const std::string& path, int64_t* size,
Dutils.cpp467 int calculate_tree_size(const std::string& path, int64_t* size, in calculate_tree_size() function