Loading cmds/installd/InstalldNativeService.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1996,6 +1996,9 @@ binder::Status InstalldNativeService::getExternalSize(const std::unique_ptr<std: auto obbPath = StringPrintf("%s/Android/obb", create_data_media_path(uuid_, userId).c_str()); calculate_tree_size(obbPath, &obbSize); if (!(flags & FLAG_USE_QUOTA)) { totalSize -= obbSize; } ATRACE_END(); } Loading Loading
cmds/installd/InstalldNativeService.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1996,6 +1996,9 @@ binder::Status InstalldNativeService::getExternalSize(const std::unique_ptr<std: auto obbPath = StringPrintf("%s/Android/obb", create_data_media_path(uuid_, userId).c_str()); calculate_tree_size(obbPath, &obbSize); if (!(flags & FLAG_USE_QUOTA)) { totalSize -= obbSize; } ATRACE_END(); } Loading