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 | 795 std::string tempDir = "/data/test/resource/packingtool/test_file/temp_test_dir"; variable 827 std::string tempDir = "temp_test_dir"; variable 855 std::string tempDir = "/data/test/resource/packingtool/test_file/temp_test_dir"; variable 887 std::string tempDir = "temp_test_dir"; variable 918 std::string tempDir = "temp_test_dir"; variable 932 std::string tempDir = "temp_test_dir"; variable 957 std::string tempDir = "temp_test_dir"; variable 987 std::string tempDir = "temp_test_dir"; variable 1019 std::string tempDir = "temp_test_dir"; variable 1104 std::string tempDir("/data/test/resource/packingtool/"); variable [all …]
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | multiapp_packager.cpp | 178 … std::list<std::string> &selectedHaps, const std::string &tempDir) in CopyHapAndHspFromApp() 253 … const std::string &tempDir, std::string &finalAppPackInfo) in SelectHapInApp() 277 …ring MultiAppPackager::DisposeApp(std::list<std::string> &selectedHaps, const std::string &tempDir) in DisposeApp() 290 … const std::string &tempDir, std::string finalPackInfoStr) in DisposeHapAndHsp()
|
| D | packager.cpp | 365 …std::string tempDir = Constants::COMPRESSOR_TEMP_DIR + fs::path::preferred_separator + Utils::Gene… in CopyFileToTempDir() local
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Uncompress.java | 595 String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR); in unzipFromFile() local 997 …String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR) + LINUX_FILE_SEPARATOR + in repackHap() local 1670 String tempDir = normalizedOutFilePath + LINUX_FILE_SEPARATOR + TEMP_PATH; in unpackageLibsMode() local 1752 …private static void repackPackage(String srcPath, String outPath, String tempDir, List<String> cpu… in repackPackage() 1770 … void processCpuAbi(String outPath, String hapName, String cpuAbi, File[] srcFiles, String tempDir) in processCpuAbi()
|
| D | Compressor.java | 888 String tempDir = TEMP_DIR + File.separator + UUID.randomUUID(); in copyFileToTempDir() local 1512 File tempDir = new File(tempPath); in compressAppMode() local 1925 String tempDir) throws BundleException { in disposeApp() 1951 private static String selectHapInApp(String appPath, List<String> selectedHaps, String tempDir, in selectHapInApp() 1984 String tempDir) throws BundleException { in copyHapAndHspFromApp() 2060 private static String disposeHap(Utility utility, List<String> seletedHaps, String tempDir, in disposeHap() 3558 Path tempDir = null; in versionNormalize() local 3925 Path tempDir = null; in generalNormalize() local
|