Searched refs:srcPath (Results 1 – 11 of 11) 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 | Scan.java | 179 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap() argument 180 try (FileInputStream fis = new FileInputStream(srcPath); in unpackHap()
|
D | ScanStatSuffix.java | 494 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap() argument 495 try (FileInputStream fis = new FileInputStream(srcPath); in unpackHap()
|
D | Compressor.java | 2642 public static HapVerifyInfo readStageHapVerifyInfo(String srcPath) throws BundleException { in readStageHapVerifyInfo() argument 2646 File srcFile = new File(srcPath); in readStageHapVerifyInfo() 2666 public static HapVerifyInfo readFAHapVerifyInfo(String srcPath) throws BundleException { in readFAHapVerifyInfo() argument 2670 File srcFile = new File(srcPath); in readFAHapVerifyInfo() 3077 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap() argument 3078 try (FileInputStream fis = new FileInputStream(srcPath); in unpackHap()
|
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 | 767 string srcPath(pathName); in ReadBinFile() local 768 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() 806 string srcPath(pathName); in WriteBinFile() local 811 if (srcPath.find("..") != string::npos) { in WriteBinFile() 814 resolvedPath = srcPath.c_str(); in WriteBinFile() 817 resolvedPath = CanonicalizeSpecPath(srcPath); in WriteBinFile()
|
/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/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/packing_tool/ |
D | README_zh.md | 449 | srcPath | String | 标识ability中的srcPath信息 | NA …
|