Searched defs:jsonFilePath (Results 1 – 3 of 3) sorted by relevance
140 …string jsonFilePath = string(BConstants::BACKUP_CONFIG_EXTENSION_PATH).append(BConstants::BACKUP_C… in GetJSonSource() local157 string jsonFilePath = string(BConstants::GetSaBundleBackupRootDir(BConstants::DEFAULT_USER_ID)). in GetJSonSource() local
307 …string jsonFilePath = string(BConstants::BACKUP_CONFIG_EXTENSION_PATH).append(BConstants::BACKUP_C… variable341 string jsonFilePath = jsonFileDir.append("/").append(BConstants::BACKUP_CONFIG_JSON); variable
140 async function writeJsonFile(jsonData, jsonFilePath) { argument