Home
last modified time | relevance | path

Searched refs:outPath_ (Results 1 - 4 of 4) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/
H A Dres_packager.cpp52 if (fs::exists(outPath_)) { in Process()
53 fs::remove_all(outPath_); in Process()
102 outPath_ = it->second; in IsVerifyValidInResMode()
109 return IsOutPathValid(outPath_, forceRewrite, Constants::RES_SUFFIX); in IsVerifyValidInResMode()
114 zipWrapper_.Open(outPath_); in CompressPackResMode()
/developtools/global_resource_tool/src/
H A Dcompression_parser.cpp45 : filePath_(""), extensionPath_(""), mediaSwitch_(false), root_(nullptr), defaultCompress_(false), outPath_("") in CompressionParser()
51 outPath_("") in CompressionParser()
118 string caches = outPath_; in Init()
246 outPath_ = path; in SetOutPath()
567 uint32_t startIndex = outPath_.size() + CACHES_DIR.size() + 1; in CopyForTrans()
568 string dstPath = outPath_ + SEPARATOR_FILE + RESOURCES_DIR + dst.substr(startIndex); in CopyForTrans()
588 uint32_t startIndex = outPath_.size() + RESOURCES_DIR.size() + 1; in CopyAndTranscode()
590 string output = outPath_ + SEPARATOR_FILE + CACHES_DIR + endStr; in CopyAndTranscode()
611 if (filePath_.empty() || outPath_.empty()) { in CheckAndScaleIcon()
620 uint32_t startIndex = outPath_ in CheckAndScaleIcon()
[all...]
/developtools/packing_tool/packing_tool/frameworks/include/
H A Dres_packager.h43 std::string outPath_; member in OHOS::AppPackingTool::ResPackager
/developtools/global_resource_tool/include/
H A Dcompression_parser.h113 std::string outPath_; member in OHOS::Global::Restool::CompressionParser

Completed in 3 milliseconds