Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc66 static const off_t NATIVE_CRASH_FILE_SIZE = (1024 * 1024); variable
108 storeNfcSnoopLogs(DEFAULT_CRASH_NFCSNOOP_PATH, NATIVE_CRASH_FILE_SIZE); in nfc_ncif_cmd_timeout()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java149 static final int NATIVE_CRASH_FILE_SIZE = 1024 * 1024; field in NfcService
3311 if (file.length() >= NATIVE_CRASH_FILE_SIZE) { in storeNativeCrashLogs()