未验证 提交 265839ad 编写于 作者: W wusongqing 提交者: Gitee

correct errors

Signed-off-by: Nwusongqing <wusongqing@huawei.com>
上级 3b2481e7
...@@ -86,13 +86,13 @@ The application file paths obtained by the preceding contexts are different. ...@@ -86,13 +86,13 @@ The application file paths obtained by the preceding contexts are different.
| Name| Path| | Name| Path|
| -------- | -------- | | -------- | -------- |
| bundleCodeDir | <Path prefix>/el1/bundle/| | bundleCodeDir | \<Path prefix>/el1/bundle/|
| cacheDir | <Path prefix>/<Encryption level>/base/cache/| | cacheDir | \<Path prefix>/\<Encryption level>/base/cache/|
| filesDir | <Path prefix>/<Encryption level>/base/files/| | filesDir | \<Path prefix>/\<Encryption level>/base/files/|
| preferencesDir | <Path prefix>/<Encryption level>/base/preferences/| | preferencesDir | \<Path prefix>/\<Encryption level>/base/preferences/|
| tempDir | <Path prefix>/<Encryption level>/base/temp/| | tempDir | \<Path prefix>/\<Encryption level>/base/temp/|
| databaseDir | <Path prefix>/<Encryption level>/database/| | databaseDir | \<Path prefix>/\<Encryption level>/database/|
| distributedFilesDir | <Path prefix>/el2/distributedFiles/| | distributedFilesDir | \<Path prefix>/el2/distributedFiles/|
The sample code is as follows: The sample code is as follows:
...@@ -118,13 +118,13 @@ The application file paths obtained by the preceding contexts are different. ...@@ -118,13 +118,13 @@ The application file paths obtained by the preceding contexts are different.
| Name| Path| | Name| Path|
| -------- | -------- | | -------- | -------- |
| bundleCodeDir | <Path prefix>/el1/bundle/| | bundleCodeDir | \<Path prefix>/el1/bundle/|
| cacheDir | <Path prefix>/<Encryption level>/base/**haps/\<module-name>**/cache/| | cacheDir | \<Path prefix>/\<Encryption level>/base/**haps/\<module-name>**/cache/|
| filesDir | <Path prefix>/<Encryption level>/base/**haps/\<module-name>**/files/| | filesDir | \<Path prefix>/\<Encryption level>/base/**haps/\<module-name>**/files/|
| preferencesDir | <Path prefix>/<Encryption level>/base/**haps/\<module-name>**/preferences/| | preferencesDir | \<Path prefix>/\<Encryption level>/base/**haps/\<module-name>**/preferences/|
| tempDir | <Path prefix>/<Encryption level>/base/**haps/\<module-name>**/temp/| | tempDir | \<Path prefix>/\<Encryption level>/base/**haps/\<module-name>**/temp/|
| databaseDir | <Path prefix>/<Encryption level>/database/**\<module-name>**/| | databaseDir | \<Path prefix>/\<Encryption level>/database/**\<module-name>**/|
| distributedFilesDir | <Path prefix>/el2/distributedFiles/**\<module-name>**/| | distributedFilesDir | \<Path prefix>/el2/distributedFiles/**\<module-name>**/|
The sample code is as follows: The sample code is as follows:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册