Searched refs:measurePath (Results 1 – 1 of 1) sorted by relevance
174 final File measurePath; in movePackageInternal() local179 measurePath = Environment.getDataAppDirectory(volumeUuid); in movePackageInternal()182 measurePath = storage.getPrimaryPhysicalVolume().getPath(); in movePackageInternal()193 measurePath = Environment.getDataAppDirectory(volumeUuid); in movePackageInternal()224 final long startFreeBytes = measurePath.getUsableSpace(); in movePackageInternal()232 if (sizeBytes > storage.getStorageBytesUntilLow(measurePath)) { in movePackageInternal()298 final long deltaFreeBytes = startFreeBytes - measurePath.getUsableSpace(); in movePackageInternal()