Searched refs:includeHiddenFiles (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/zip_fuzzer/ |
H A D | zip_fuzzer.cpp | 37 bool includeHiddenFiles = false; in DoSomethingInterestingWithMyAPI() local 39 includeHiddenFiles = true; in DoSomethingInterestingWithMyAPI() 42 Zip(srcPath, destPath, options, includeHiddenFiles, zlibCallbackInfo); in DoSomethingInterestingWithMyAPI() 47 Zips(srcFiles, destPath, options, includeHiddenFiles, zlibCallbackInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip.h | 94 void SetIncludeHiddenFiles(bool includeHiddenFiles) in SetIncludeHiddenFiles() argument 96 includeHiddenFiles_ = includeHiddenFiles; in SetIncludeHiddenFiles() 141 // If |includeHiddenFiles| is true, files starting with "." are included. 151 bool includeHiddenFiles, std::shared_ptr<ZlibCallbackInfo> zlibCallbackInfo); 154 // If |includeHiddenFiles| is true, files starting with "." are included. 161 bool includeHiddenFiles, std::shared_ptr<ZlibCallbackInfo> zlibCallbackInfo);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip.cpp | 438 bool includeHiddenFiles, std::shared_ptr<ZlibCallbackInfo> zlibCallbackInfo) in Zip() 456 auto innerTask = [srcDir, destFile, includeHiddenFiles, zlibCallbackInfo, options]() { in Zip() 457 if (includeHiddenFiles) { in Zip() 541 bool includeHiddenFiles, std::shared_ptr<ZlibCallbackInfo> zlibCallbackInfo) in Zips() 565 auto innerTask = [srcFilesPath, destFile, includeHiddenFiles, zlibCallbackInfo, options]() { in Zips() 566 if (includeHiddenFiles) { in Zips() 437 Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options, bool includeHiddenFiles, std::shared_ptr<ZlibCallbackInfo> zlibCallbackInfo) Zip() argument 540 Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &options, bool includeHiddenFiles, std::shared_ptr<ZlibCallbackInfo> zlibCallbackInfo) Zips() argument
|
Completed in 3 milliseconds