Home
last modified time | relevance | path

Searched refs:loadFilePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp137 std::string loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath); variable
138 EXPECT_TRUE(loadPath == loadFilePath);
141 loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
142 EXPECT_TRUE(loadPath == loadFilePath);
145 loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
146 EXPECT_TRUE(loadPath == loadFilePath);
149 loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
151 EXPECT_TRUE(loadPath != loadFilePath);
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp1181 std::string loadFilePath = AbilityBase::ExtractorUtil::GetLoadFilePath(hapPath_); in ReleaseHapFileHandle() local
1182 AbilityBase::ExtractorUtil::DeleteExtractor(loadFilePath); in ReleaseHapFileHandle()