diff -r ./refactored/mgr/rdkStorageMain.cpp /mnt/home/jkuria217/accelerator/ah212/build/tmp/work/armv7at2hf-neon-rdkmllib32-linux-gnueabi/lib32-storagemanager/1.99+gitAUTOINC+c937ce027a-r0/git/refactored/mgr/rdkStorageMain.cpp 1067,1068c1067,1069 < rStorageMedia *pMemoryObj = NULL; < bool isFound = false; --- > //rStorageMedia *pMemoryObj = NULL; > //bool isFound = false; > errno_t safec_rc = -1; 1076c1077 < --- > /* 1084c1085,1086 < STMGRLOG_INFO ("Found a device which supports TSB n Path has been noted\n"); --- > std::string device_name = it->first; > STMGRLOG_INFO ("Found a device which supports TSB n Path has been noted : %s \n",device_name.c_str()); 1095a1098,1104 > */ > STMGRLOG_INFO ("[Jose] Bypassing to return /usb1 as mount path\n"); > safec_rc=strcpy_s(pMountPath, RDK_STMGR_MAX_STRING_LENGTH, "/usb1"); > if(safec_rc != EOK) > { > ERR_CHK(safec_rc); > }