Lines Matching refs:PathMode
166 PathMode = NExtract::NPathMode::kFullPaths;
173 if (_info.PathMode == NExtract::NPathMode::kCurPaths)
174 _info.PathMode = NExtract::NPathMode::kFullPaths;
177 PathMode = _info.PathMode;
230 AddComboItems(_pathMode, kPathMode_IDs, Z7_ARRAY_SIZE(kPathMode_IDs), kPathModeButtonsVals, PathMode);
304 if (PathMode != NExtract::NPathMode::kCurPaths ||
306 PathMode = (NExtract::NPathMode::EEnum)pathMode2;
329 if (_info.PathMode != pathMode2)
332 _info.PathMode = (NExtract::NPathMode::EEnum)pathMode2;
335 if (_info.PathMode == NExtract::NPathMode::kAbsPaths)
336 _info.PathMode = NExtract::NPathMode::kFullPaths;