OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:useFallocate
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
UtilsReceiver.java
21
import static com.android.cts.storageapp.Utils.
useFallocate
;
85
useFallocate
(f, size);
Utils.java
71
useFallocate
(makeUniqueFile(c.getFilesDir()), 13 * MB_IN_BYTES);
72
useFallocate
(makeUniqueFile(c.getCodeCacheDir()), 17 * MB_IN_BYTES);
73
useFallocate
(makeUniqueFile(c.getCacheDir()), 19 * MB_IN_BYTES);
76
useFallocate
(makeUniqueFile(subdir), 23 * MB_IN_BYTES);
114
public static File
useFallocate
(File file, long length, long time) throws Exception {
115
final File res =
useFallocate
(file, length);
120
public static File
useFallocate
(File file, long length) throws Exception {
Completed in 3094 milliseconds