Searched refs:allocated (Results 1 – 1 of 1) sorted by relevance
56 long allocated = 0; in doAllocation() local74 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()