Searched refs:resourceDir (Results 1 – 10 of 10) sorted by relevance
125 get resourceDir() {126 return this.__context_impl__.resourceDir;
110 …2.应用资源目录通过[Context.resourceDir](../reference/apis-ability-kit/js-apis-inner-application-context.md…134 getContext().resourceDir,137 this.controller.loadUrl("file://" + getContext().resourceDir + "/index.html")
236 get resourceDir() {237 return this.__context_impl__.resourceDir;
26 | resourceDir<sup>11+<sup> | string | 否 | 否 | 资源目录。<br>**原子化服务API**:从API version 11开始…
374 auto resourceDir = contextImpl->GetResourceDir(); variable375 EXPECT_EQ(resourceDir, "");
26 | resourceDir<sup>11+<sup> | string | No | No | Resource directory.<br>**Atomic service…
78 …源文件会被直接打包进应用,不经过编译,也不会被赋予资源文件ID。应用安装后,resfile资源会被解压到应用沙箱路径,通过Context属性[resourceDir](../reference/a…
92 … to the application sandbox path. You can obtain the path through the [resourceDir](https://gitee.…
8618 2.应用资源目录及其子目录(应用资源目录通过Ability Kit中的[Context.resourceDir](../apis-ability-kit/js-apis-inner-applicat…8661 getContext().resourceDir,8664 this.controller.loadUrl("file://" + getContext().resourceDir + "/index.html")
8624 …rectory. (The application resource directory is obtained from [Context.resourceDir](../apis-abilit…8667 getContext().resourceDir,8670 this.controller.loadUrl("file://" + getContext().resourceDir + "/index.html")