Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java78 int MAX_FILE_SIZE = 10 * 1024; // 10 kb in testMultipleDownloads() local
82 int size = r.nextInt(MAX_FILE_SIZE); in testMultipleDownloads()
/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.c42 #define MAX_FILE_SIZE (0x10000000000) macro
593 max_size = MAX_FILE_SIZE; in storage_file_get_max_size()