Home
last modified time | relevance | path

Searched defs:hspTempDirPath (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/
Dapp_packager.cpp380 fs::path hspTempDirPath; in PrepareDirectoriesAndFiles() local
412 bool AppPackager::CompressHapAndHspFiles(const fs::path &tempPath, const fs::path &hspTempDirPath) in CompressHapAndHspFiles()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/
Dapp_packager_test.cpp893 auto hspTempDirPath = fs::path(OUT_PATH).parent_path() / ((Constants::COMPRESSOR_APP_TEMP_DIR) + variable
913 auto hspTempDirPath = fs::path(OUT_PATH).parent_path() / ((Constants::COMPRESSOR_APP_TEMP_DIR) + variable
936 auto hspTempDirPath = fs::path(OUT_PATH).parent_path() / ((Constants::COMPRESSOR_APP_TEMP_DIR) + variable
/developtools/packing_tool/adapter/ohos/
DCompressor.java1500 … String hspTempDirPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HSP_DIR; in compressAppMode() local