Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c53 #define SNOOP_LAST_FILE_TAIL ".last" macro
221 const int length = strlen(g_outputPath) + strlen(SNOOP_LAST_FILE_TAIL) + 1; in BtmPrepareSnoopFile()
229 (void)strcat_s(bakPath, length, SNOOP_LAST_FILE_TAIL); in BtmPrepareSnoopFile()