Searched refs:calculate_tree_size (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 1259 calculate_tree_size(StringPrintf("%s/%s", path.c_str(), name), &size); in collectManualStats() 1393 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize() 1400 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize() 1411 calculate_tree_size(codePath, &stats.codeSize); in getAppSize() 1427 calculate_tree_size( in getAppSize() 1430 calculate_tree_size( in getAppSize() 1440 calculate_tree_size(mediaPath, &extStats.dataSize); in getAppSize() 1448 calculate_tree_size(create_data_dalvik_cache_path(), &stats.codeSize, in getAppSize() 1514 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize() 1527 calculate_tree_size(userProfilePath, &stats.dataSize, -1, -1, true); in getUserSize() [all …]
|
D | CacheTracker.cpp | 66 calculate_tree_size(cachePath, &cacheUsed); in loadStats() 67 calculate_tree_size(codeCachePath, &cacheUsed); in loadStats()
|
D | utils.h | 94 int calculate_tree_size(const std::string& path, int64_t* size,
|
D | utils.cpp | 328 int calculate_tree_size(const std::string& path, int64_t* size, in calculate_tree_size() function
|