Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java56 long allocated = 0; in doAllocation() local
74 while (allocated < bytes) { in doAllocation()
90 allocated += Os.stat(f.getAbsolutePath()).st_blocks * 512; in doAllocation()
93 Log.d(TAG, "Quota " + quota + ", target " + bytes + ", allocated " + allocated); in doAllocation()
96 res.putLong(EXTRA_BYTES, allocated); in doAllocation()