Searched refs:calculate_tree_size (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | CacheTracker.cpp | 66 calculate_tree_size(cachePath, &cacheUsed); in loadStats() 67 calculate_tree_size(codeCachePath, &cacheUsed); in loadStats()
|
D | InstalldNativeService.cpp | 1344 calculate_tree_size(StringPrintf("%s/%s", path.c_str(), name), &size); in collectManualStats() 1481 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize() 1488 calculate_tree_size(codePath, &stats.codeSize, -1, in getAppSize() 1499 calculate_tree_size(codePath, &stats.codeSize); in getAppSize() 1515 calculate_tree_size( in getAppSize() 1518 calculate_tree_size( in getAppSize() 1528 calculate_tree_size(mediaPath, &extStats.dataSize); in getAppSize() 1536 calculate_tree_size(create_data_dalvik_cache_path(), &stats.codeSize, in getAppSize() 1602 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize() 1615 calculate_tree_size(userProfilePath, &stats.dataSize, -1, -1, true); in getUserSize() [all …]
|
D | utils.h | 97 int calculate_tree_size(const std::string& path, int64_t* size,
|
D | utils.cpp | 337 int calculate_tree_size(const std::string& path, int64_t* size, in calculate_tree_size() function
|