Home
last modified time | relevance | path

Searched refs:rawfilePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp276 std::string rawfilePath; in GetRawFilePath() local
278 rawfilePath = GetRawFilePathFromStage(rawFileName); in GetRawFilePath()
280 rawfilePath = GetRawFilePathFromFA(extractor, rawFileName); in GetRawFilePath()
282 return rawfilePath; in GetRawFilePath()
298 if (!extractor->HasEntry(rawfilePath)) { in ReadRawFileFromHap()
303 bool ret = extractor->ExtractToBufByName(rawfilePath, outValue, len); in ReadRawFileFromHap()
306 rawfilePath.c_str(), hapPath.c_str()); in ReadRawFileFromHap()
327 if (!extractor->HasEntry(rawfilePath)) { in ReadRawFileDescriptor()
333 bool ret = extractor->GetFileInfo(rawfilePath, fileInfo); in ReadRawFileDescriptor()
364 if (!extractor->IsDirExist(rawfilePath)) { in GetRawFileList()
[all …]
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-scheme-handler.md414 const std::string rawfilePath() { return rawfilePath_; }
582 RawFile *rawfile = OH_ResourceManager_OpenRawFile(resourceManager(), rawfilePath().c_str());
590 if (urlInfo.resource == rawfilePath()) {
/ohos5.0/docs/en/application-dev/web/
H A Dweb-scheme-handler.md414 const std::string rawfilePath() { return rawfilePath_; }
582 RawFile *rawfile = OH_ResourceManager_OpenRawFile(resourceManager(), rawfilePath().c_str());
590 if (urlInfo.resource == rawfilePath()) {
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1503 if ('test-cc.js' == rawfilePath()) {