equal
deleted
inserted
replaced
1478 TInt nMntDebugFlags; |
1478 TInt nMntDebugFlags; |
1479 if(bFat32BkGndScan && RProperty::Get(KSID_Test1, iOwner->DriveNumber(), nMntDebugFlags) == KErrNone) |
1479 if(bFat32BkGndScan && RProperty::Get(KSID_Test1, iOwner->DriveNumber(), nMntDebugFlags) == KErrNone) |
1480 {//-- test property for this drive is defined |
1480 {//-- test property for this drive is defined |
1481 if(nMntDebugFlags & KMntDisable_FatBkGndScan) |
1481 if(nMntDebugFlags & KMntDisable_FatBkGndScan) |
1482 { |
1482 { |
1483 __PRINT(_L("#- FAT32 BkGnd scan is disabled is disabled by debug interface.")); |
1483 __PRINT(_L("#- FAT32 BkGnd scan is disabled by debug interface.")); |
1484 bFat32BkGndScan = EFalse; |
1484 bFat32BkGndScan = EFalse; |
1485 } |
1485 } |
1486 |
1486 |
1487 } |
1487 } |
1488 #endif |
1488 #endif |