Home
last modified time | relevance | path

Searched refs:PIN_INDEX_NAME (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops.c112 if (!fileOp->isFileExist(PIN_INDEX_NAME)) { in ReadPinDbData()
119 ResultCode ret = (ResultCode)(fileOp->getFileLen(PIN_INDEX_NAME, dataLen)); in ReadPinDbData()
130 ret = (ResultCode)fileOp->readFile(PIN_INDEX_NAME, *data, *dataLen); in ReadPinDbData()
H A Dpin_db_ops_v1.c257 if ((ResultCode)fileOp->writeFile(PIN_INDEX_NAME, data, dataLen) != RESULT_SUCCESS) { in WritePinDbV1()
/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_base.h33 #define PIN_INDEX_NAME "/data/service/el1/public/pinauth/PinIndexDb" macro

Completed in 1 milliseconds