ofdbus/dbus/bus/bus-helper.cpp
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
    26 	 RFs fs;
    26 	 RFs fs;
    27 	 User::LeaveIfError(fs.Connect());
    27 	 User::LeaveIfError(fs.Connect());
    28 	 TFindFile findFile(fs);
    28 	 TFindFile findFile(fs);
    29 	 
    29 	 
    30 	 char *cpath = NULL;
    30 	 char *cpath = NULL;
    31 	 char drive;
    31 	 char drive = ' ';
    32 
    32 
    33 	 if (findFile.FindByDir(_L("system.conf"),_L("\\data\\dbus\\")) == KErrNone   )
    33 	 if (findFile.FindByDir(_L("system.conf"),_L("\\data\\dbus\\")) == KErrNone   )
    34 	 {
    34 	 {
    35 
    35 
    36 		TBuf16<256> buf16(findFile.File());
    36 		TBuf16<256> buf16(findFile.File());