Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DScan.java108 String currentDir = System.getProperty(USER_DIR); in scanExecute()
109 String targetPath = currentDir + LINUX_FILE_SEPARATOR + UNPACK_NAME; in scanExecute()
H A DScanStatSuffix.java225 String currentDir = System.getProperty(USER_DIR); in statSuffix()
226 String outPath = currentDir + File.separator + TMP_FOLDER_NAME; in statSuffix()
H A DCompressor.java1410 String currentDir = System.getProperty("user.dir"); in hapAddition()
1411 String hapAdditionPath = currentDir + LINUX_FILE_SEPARATOR + HAPADDITION_FOLDER_NAME; in hapAddition()
1437 String currentDir = System.getProperty("user.dir"); in copyHapFile()
1438 String backupPath = currentDir + LINUX_FILE_SEPARATOR + backName; in copyHapFile()
1539 String currentDir = System.getProperty("user.dir"); in compressHapAddition()
1540 String targetParentPath = currentDir + LINUX_FILE_SEPARATOR + TARGET_FILE_PATH; in compressHapAddition()
/developtools/hdc/src/common/
H A Dbase.cpp282 char currentDir[BUF_SIZE_DEFAULT]; in CompressLogFile() local
283 getcwd(currentDir, sizeof(currentDir)); in CompressLogFile()
313 chdir(currentDir); in CompressLogFile()
327 char currentDir[BUF_SIZE_DEFAULT]; in CompressLogFile() local
328 getcwd(currentDir, sizeof(currentDir)); in CompressLogFile()
350 chdir(currentDir); in CompressLogFile()

Completed in 11 milliseconds