Searched refs:SfxModule (Results 1 – 5 of 5) sorted by relevance
754 if (!sfxStreamSpec->Open(options.SfxModule)) in Compress()755 return errorInfo.SetFromLastError("cannot open SFX module", options.SfxModule); in Compress()773 RINOK(callback->WriteSfx(fs2us(options.SfxModule), sfxSize)) in Compress()1172 if (options.SfxModule.IsEmpty()) in UpdateArchive()1178 if (options.SfxModule.Find(FCHAR_PATH_SEPARATOR) < 0) in UpdateArchive()1180 const FString fullName = NDLL::GetModuleDirPrefix() + options.SfxModule; in UpdateArchive()1183 options.SfxModule = fullName; in UpdateArchive()1189 if (!NFind::DoesFileExist_FollowLink(options.SfxModule)) in UpdateArchive()1190 return errorInfo.SetFromLastError("cannot find specified SFX module", options.SfxModule); in UpdateArchive()
114 FString SfxModule; member
956 options.SfxModule = us2fs(parser[NKey::kSfx].PostStrings[0]); in SetAddCommandOptions()
561 if (options.SfxMode && options.SfxModule.IsEmpty()) in UpdateGUI()563 options.SfxModule = NWindows::NDLL::GetModuleDirPrefix(); in UpdateGUI()564 options.SfxModule += kDefaultSfxModule; in UpdateGUI()
1540 if (uo.SfxMode && uo.SfxModule.IsEmpty()) in Main2()1541 uo.SfxModule = kDefaultSfxModule; in Main2()