Searched defs:sizeInMb (Results 1 – 4 of 4) sorted by relevance
44 final double sizeInMb = sizeBytes / (1024.0 * 1024.0); in formatSize() local
71 private void createFile(String path, String filename, int sizeInMb) throws IOException { in createFile()
23 String createFile(int sizeInMb); in createFile()
107 public String createFile(int sizeInMb) throws RemoteException { in createFile()