Searched refs:srcPath (Results 1 – 11 of 11) sorted by relevance
| /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 | 1009 string srcPath(pathName); in ReadBinFile() local 1010 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() 1048 string srcPath(pathName); in WriteBinFile() local 1053 if (srcPath.find("..") != string::npos) { in WriteBinFile() 1056 resolvedPath = srcPath.c_str(); in WriteBinFile() 1059 resolvedPath = CanonicalizeSpecPath(srcPath); in WriteBinFile()
|
| /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() 192 compressResult.setPackageSize(FileUtils.getFileSize(srcPath)); in uncompressAppByPath() 204 String srcPath, Utility utility) throws BundleException { in uncompressHapAndHspFromAppPath() argument 215 appFile = new ZipFile(srcPath); in uncompressHapAndHspFromAppPath() 242 private static UncompressResult uncompressAllAppByPath(String srcPath) throws BundleException { in uncompressAllAppByPath() argument 248 appFile = new ZipFile(srcPath); in uncompressAllAppByPath() 501 private static void unzip(Utility utility, String srcPath, String destDirPath, String suffix) in unzip() argument [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 | 495 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap() argument 496 try (FileInputStream fis = new FileInputStream(srcPath); in unpackHap()
|
| D | Compressor.java | 2937 public static HapVerifyInfo readStageHapVerifyInfo(String srcPath) throws BundleException { in readStageHapVerifyInfo() argument 2941 File srcFile = new File(srcPath); in readStageHapVerifyInfo() 2961 public static HapVerifyInfo readFAHapVerifyInfo(String srcPath) throws BundleException { in readFAHapVerifyInfo() argument 2965 File srcFile = new File(srcPath); in readFAHapVerifyInfo() 3422 private static void unpackHap(String srcPath, String outPath) throws BundleException { in unpackHap() argument 3423 try (FileInputStream fis = new FileInputStream(srcPath); in unpackHap()
|
| D | JsonUtil.java | 870 ability.srcPath = getJsonString(abilityJson, "srcPath"); in parseAbility()
|
| /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 | 503 | srcPath | String | 标识ability中的srcPath信息 | NA …
|