Home
last modified time | relevance | path

Searched defs:FILE_OPEN_FAIL_ERROR_NUM (Results 1 – 3 of 3) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/include/common/
Drandom_access_file.h45 static const int32_t FILE_OPEN_FAIL_ERROR_NUM; variable
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_file.h27 #define FILE_OPEN_FAIL_ERROR_NUM (-1) macro
/base/security/appverify/interfaces/innerkits/appverify/src/common/
Drandom_access_file.cpp31 const int32_t RandomAccessFile::FILE_OPEN_FAIL_ERROR_NUM = -1; member in OHOS::Security::Verify::RandomAccessFile