Searched refs:srcPath (Results 1 – 11 of 11) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
D | Uncompress.java | 176 String srcPath = utility.getAppPath(); in uncompressAppByPath() local 181 compressResult = uncompress(utility.getDeviceType(), srcPath, PACK_INFO); in uncompressAppByPath() 183 compressResult = uncompressHapAndHspFromAppPath(srcPath, utility); in uncompressAppByPath() 185 compressResult = uncompressAllAppByPath(srcPath); in uncompressAppByPath() 202 String srcPath, Utility utility) throws BundleException { in uncompressHapAndHspFromAppPath() argument 213 appFile = new ZipFile(srcPath); in uncompressHapAndHspFromAppPath() 238 private static UncompressResult uncompressAllAppByPath(String srcPath) throws BundleException { in uncompressAllAppByPath() argument 244 appFile = new ZipFile(srcPath); in uncompressAllAppByPath() 488 private static void unzip(Utility utility, String srcPath, String destDirPath, String suffix) in unzip() argument 495 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 | 2700 public static HapVerifyInfo readStageHapVerifyInfo(String srcPath) throws BundleException { in readStageHapVerifyInfo() argument 2704 File srcFile = new File(srcPath); in readStageHapVerifyInfo() 2724 public static HapVerifyInfo readFAHapVerifyInfo(String srcPath) throws BundleException { in readFAHapVerifyInfo() argument 2728 File srcFile = new File(srcPath); in readFAHapVerifyInfo() 3178 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap() argument 3179 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 | 863 string srcPath(pathName); in ReadBinFile() local 864 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() 902 string srcPath(pathName); in WriteBinFile() local 907 if (srcPath.find("..") != string::npos) { in WriteBinFile() 910 resolvedPath = srcPath.c_str(); in WriteBinFile() 913 resolvedPath = CanonicalizeSpecPath(srcPath); in WriteBinFile()
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | utilities_test.cpp | 410 std::string srcPath = "./resource/testdata/elf_test_stripped_broken"; variable 412 EXPECT_EQ(CompressFile(srcPath, destPath), true); 413 srcPath = ""; 414 EXPECT_EQ(CompressFile(srcPath, destPath), false); 415 srcPath = "./resource/testdata/elf_test_stripped_broken"; 417 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 | 473 | srcPath | String | 标识ability中的srcPath信息 | NA …
|