Searched defs:tempDir (Results 1 – 5 of 5) sorted by relevance
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/ |
| D | multiapp_packager_test.cpp | 747 std::string tempDir = "/data/test/resource/packingtool/test_file/temp_test_dir"; variable 779 std::string tempDir = "temp_test_dir"; variable 807 std::string tempDir = "/data/test/resource/packingtool/test_file/temp_test_dir"; variable 839 std::string tempDir = "temp_test_dir"; variable 870 std::string tempDir = "temp_test_dir"; variable 884 std::string tempDir = "temp_test_dir"; variable 909 std::string tempDir = "temp_test_dir"; variable 939 std::string tempDir = "temp_test_dir"; variable 971 std::string tempDir = "temp_test_dir"; variable 1056 std::string tempDir("/data/test/resource/packingtool/"); variable
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | multiapp_packager.cpp | 166 … std::list<std::string> &selectedHaps, const std::string &tempDir) in CopyHapAndHspFromApp() 241 … const std::string &tempDir, std::string &finalAppPackInfo) in SelectHapInApp() 265 …ring MultiAppPackager::DisposeApp(std::list<std::string> &selectedHaps, const std::string &tempDir) in DisposeApp() 278 … const std::string &tempDir, std::string finalPackInfoStr) in DisposeHapAndHsp()
|
| D | packager.cpp | 318 …std::string tempDir = Constants::COMPRESSOR_TEMP_DIR + fs::path::preferred_separator + Utils::Gene… in CopyFileToTempDir() local
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Uncompress.java | 592 String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR); in unzipFromFile() local 994 …String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR) + LINUX_FILE_SEPARATOR + in repackHap() local 1667 String tempDir = normalizedOutFilePath + LINUX_FILE_SEPARATOR + TEMP_PATH; in unpackageLibsMode() local 1749 …private static void repackPackage(String srcPath, String outPath, String tempDir, List<String> cpu… in repackPackage() 1767 … void processCpuAbi(String outPath, String hapName, String cpuAbi, File[] srcFiles, String tempDir) in processCpuAbi()
|
| D | Compressor.java | 605 String tempDir = TEMP_DIR + File.separator + UUID.randomUUID(); in copyFileToTempDir() local 1216 File tempDir = new File(tempPath); in compressAppMode() local 1617 String tempDir) throws BundleException { in disposeApp() 1643 private static String selectHapInApp(String appPath, List<String> selectedHaps, String tempDir, in selectHapInApp() 1676 String tempDir) throws BundleException { in copyHapAndHspFromApp() 1751 private static String disposeHap(Utility utility, List<String> seletedHaps, String tempDir, in disposeHap() 3231 Path tempDir = null; in versionNormalize() local
|