OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockstomb
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java
818
final int
blocksToMb
= (1 << 20) / sdStats.getBlockSize();
819
availSdMb = sdStats.getAvailableBlocks() *
blocksToMb
;
[
all
...]
Completed in 2843 milliseconds