Home
last modified time | relevance | path

Searched refs:appSize (Results 1 – 3 of 3) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DstorageInfoManager.js21 appSize: 472897, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_storageStatistics.js20 appSize: '[PC preview] unknow appSize', property
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dgradle.dart768 String appSize;
770 appSize = '';
772 appSize = ' (${getSizeAsMB(apkFile.lengthSync())})';
774 printStatus('Built ${fs.path.relative(apkFile.path)}$appSize.',
782 String appSize;
784 appSize = '';
786 appSize = ' (${getSizeAsMB(bundleFile.lengthSync())})';
788 printStatus('Built ${fs.path.relative(bundleFile.path)}$appSize.',