Home
last modified time | relevance | path

Searched refs:bakPath (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c222 char *bakPath = MEM_CALLOC.alloc(length); in BtmPrepareSnoopFile() local
223 if (bakPath == NULL) { in BtmPrepareSnoopFile()
226 if (strcpy_s(bakPath, length, g_outputPath) != EOK) { in BtmPrepareSnoopFile()
229 (void)strcat_s(bakPath, length, SNOOP_LAST_FILE_TAIL); in BtmPrepareSnoopFile()
230 rename(g_outputPath, bakPath); in BtmPrepareSnoopFile()
232 MEM_CALLOC.free(bakPath); in BtmPrepareSnoopFile()

Completed in 1 milliseconds