Searched refs:ReadRawFileFromHap (Results 1 - 4 of 4) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_parser_test.cpp | 246 * @tc.desc: Test ReadRawFileFromHap 254 RState state = HapParser::ReadRawFileFromHap(hapPath, "", "no_exist_file.txt", len, outValue); in HWTEST_F() 260 * @tc.desc: Test ReadRawFileFromHap 268 RState state = HapParser::ReadRawFileFromHap(hapPath, "", "test_rawfile.txt", len, outValue); in HWTEST_F() 275 * @tc.desc: Test ReadRawFileFromHap 283 RState state = HapParser::ReadRawFileFromHap(hapPath, "", "test_rawfile.txt", len, outValue); in HWTEST_F() 289 * @tc.desc: Test ReadRawFileFromHap 297 RState state = HapParser::ReadRawFileFromHap(hapPath, FormatFullPath("no_patch.hap"), "test_rawfile.txt", len, in HWTEST_F() 304 * @tc.desc: Test ReadRawFileFromHap 312 RState state = HapParser::ReadRawFileFromHap(hapPat in HWTEST_F() [all...] |
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 100 static RState ReadRawFileFromHap(const std::string &hapPath, const std::string &patchPath,
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 279 RState HapParser::ReadRawFileFromHap(const std::string &hapPath, const std::string &patchPath, in ReadRawFileFromHap() function in OHOS::Global::Resource::HapParser
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 798 RState state = HapParser::ReadRawFileFromHap(tempPath, tempPatchPath, rawFileName, len, outValue); in FindRawFileFromHap()
|
Completed in 7 milliseconds