Home
last modified time | relevance | path

Searched defs:fileFd (Results 1 – 6 of 6) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_kickdog_test.cpp50 int fileFd = open(filePath, O_RDWR); in CheckFileContent() local
83 int fileFd = open(HM_APPSPAWN_WATCHDOG_FILE, O_CREAT); variable
/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
Dhap_verify.cpp108 int32_t ParseBundleNameAndAppIdentifier(const int32_t fileFd, std::string &bundleName, in ParseBundleNameAndAppIdentifier()
/base/security/appverify/interfaces/innerkits/appverify/src/common/
Drandom_access_file.cpp67 bool RandomAccessFile::InitWithFd(const int32_t fileFd) in InitWithFd()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_kits_test.cpp79 int fileFd = open(DLP_FILE_NAME_2.c_str(), O_CREAT | O_RDWR | O_TRUNC, DLP_FILE_PERMISSION); in CreateDlpFileFd() local
/base/tee/tee_client/services/tlogcat/src/
Dtarzip.c142 int32_t fileFd = open(fileName, O_CREAT | O_RDWR, ZIP_OPEN_MODE); in WriteZipContent() local
/base/security/appverify/interfaces/innerkits/appverify/src/verify/
Dhap_verify_v2.cpp62 int32_t HapVerifyV2::Verify(const int32_t fileFd, HapVerifyResult& hapVerifyV1Result) in Verify()