Searched refs:AddCompressionPath (Results 1 – 2 of 2) sorted by relevance
89 uint32_t AddCompressionPath(const std::string& argValue);
431 uint32_t PackageParser::AddCompressionPath(const std::string& argValue) in AddCompressionPath() function in OHOS::Global::Restool::PackageParser467 handles_.emplace(Option::COMPRESSED_CONFIG, bind(&PackageParser::AddCompressionPath, this, _1)); in InitCommand()