Home
last modified time | relevance | path

Searched refs:ReadRawFileFromHap (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_parser_test.cpp246 * @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 Dhap_parser.h100 static RState ReadRawFileFromHap(const std::string &hapPath, const std::string &patchPath,
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp279 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 Dhap_manager.cpp798 RState state = HapParser::ReadRawFileFromHap(tempPath, tempPatchPath, rawFileName, len, outValue); in FindRawFileFromHap()

Completed in 7 milliseconds