Home
last modified time | relevance | path

Searched refs:HNP_INDEX_2 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/
H A Dhnp_main.c88 if (argc < HNP_INDEX_2) { in main()
H A Dhnpcli_main.c79 if (argc < HNP_INDEX_2) { in main()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c45 HNP_INDEX_2, enumerator
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_base.h107 HNP_INDEX_2, enumerator
H A Dhnp_zip.c375 …if (buff[HNP_INDEX_0] == 0x7F && buff[HNP_INDEX_1] == 'E' && buff[HNP_INDEX_2] == 'L' && buff[HNP_… in HnpELFFileCheck()