HomeSort by: relevance | last modified time | path
    Searched refs:keepSource (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/pzstd/
Options.h 34 bool keepSource;
48 std::string outputFile, bool overwrite, bool keepSource,
53 overwrite(overwrite), keepSource(keepSource), writeMode(writeMode),
Options.cpp 105 overwrite(false), keepSource(true), writeMode(WriteMode::Auto),
132 keepSource = false;
240 keepSource = true;
294 keepSource = true;
Pzstd.cpp 202 if (!options.keepSource) {
  /src/external/bsd/zstd/dist/contrib/pzstd/test/
OptionsTest.cpp 23 lhs.keepSource == rhs.keepSource && lhs.writeMode == rhs.writeMode &&
56 << "keepSource: " << opt.keepSource;
337 TEST(Options, KeepSource) {
342 EXPECT_EQ(true, options.keepSource);
348 EXPECT_EQ(true, options.keepSource);
354 EXPECT_EQ(true, options.keepSource);
360 EXPECT_EQ(false, options.keepSource);
414 EXPECT_EQ(true, options.keepSource);
    [all...]

Completed in 23 milliseconds