Searched refs:srcPath (Results 1 – 9 of 9) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | Uncompress.java | 177 String srcPath = utility.getAppPath(); in uncompressAppByPath() local 182 compressResult = uncompress(utility.getDeviceType(), srcPath, PACK_INFO); in uncompressAppByPath() 184 compressResult = uncompressHapAndHspFromAppPath(srcPath, utility); in uncompressAppByPath() 186 compressResult = uncompressAllAppByPath(srcPath); in uncompressAppByPath() 203 String srcPath, Utility utility) throws BundleException { in uncompressHapAndHspFromAppPath() argument 214 appFile = new ZipFile(srcPath); in uncompressHapAndHspFromAppPath() 239 private static UncompressResult uncompressAllAppByPath(String srcPath) throws BundleException { in uncompressAllAppByPath() argument 245 appFile = new ZipFile(srcPath); in uncompressAllAppByPath() 489 private static void unzip(Utility utility, String srcPath, String destDirPath, String suffix) in unzip() argument 496 if (srcPath.isEmpty() || !UncompressVerify.isPathValid(srcPath, true, "")) { in unzip() [all …]
|
| D | AbilityInfo.java | 155 public String srcPath = ""; field in AbilityInfo
|
| D | Compressor.java | 2338 public static HapVerifyInfo readStageHapVerifyInfo(String srcPath) throws BundleException { in readStageHapVerifyInfo() argument 2342 File srcFile = new File(srcPath); in readStageHapVerifyInfo() 2362 public static HapVerifyInfo readFAHapVerifyInfo(String srcPath) throws BundleException { in readFAHapVerifyInfo() argument 2366 File srcFile = new File(srcPath); in readFAHapVerifyInfo()
|
| D | JsonUtil.java | 870 ability.srcPath = getJsonString(abilityJson, "srcPath"); in parseAbility()
|
| /developtools/hdc/src/common/ |
| D | debug.cpp | 26 string srcPath = pathName; in WriteHexToDebugFile() local 27 string resolvedPath = Base::CanonicalizeSpecPath(srcPath); in WriteHexToDebugFile() 35 srcPath = pathName; in WriteHexToDebugFile() 36 resolvedPath = Base::CanonicalizeSpecPath(srcPath); in WriteHexToDebugFile()
|
| D | base.cpp | 722 string srcPath(pathName); in ReadBinFile() local 723 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() 761 string srcPath(pathName); in WriteBinFile() local 766 if (srcPath.find("..") != string::npos) { in WriteBinFile() 769 resolvedPath = srcPath.c_str(); in WriteBinFile() 772 resolvedPath = CanonicalizeSpecPath(srcPath); in WriteBinFile()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | utilities_test.cpp | 399 std::string srcPath = "./resource/testdata/elf_test_stripped_broken"; variable 401 EXPECT_EQ(CompressFile(srcPath, destPath), true); 402 srcPath = ""; 403 EXPECT_EQ(CompressFile(srcPath, destPath), false); 404 srcPath = "./resource/testdata/elf_test_stripped_broken"; 406 EXPECT_EQ(CompressFile(srcPath, destPath), false);
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | utilities_test.cpp | 404 std::string srcPath = "./resource/testdata/elf_test_stripped_broken"; variable 406 EXPECT_EQ(CompressFile(srcPath, destPath), true); 407 srcPath = ""; 408 EXPECT_EQ(CompressFile(srcPath, destPath), false); 409 srcPath = "./resource/testdata/elf_test_stripped_broken"; 411 EXPECT_EQ(CompressFile(srcPath, destPath), false);
|
| /developtools/packing_tool/ |
| D | README_zh.md | 430 | srcPath | String | 标识ability中的srcPath信息 | NA …
|