Home
last modified time | relevance | path

Searched defs:fullFileName (Results 1 – 10 of 10) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_test_file_operator.c20 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName()
42 char *fullFileName = NULL; in HksIsFileExist() local
59 char *fullFileName = NULL; in HksFileRead() local
76 char *fullFileName = NULL; in HksFileWrite() local
93 char *fullFileName = NULL; in HksFileSize() local
/base/security/huks/test/unittest/huks_lite_test/common/
Dhks_test_file_operator.c30 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName()
58 char *fullFileName = NULL; in HksTestIsFileExist() local
144 char *fullFileName = NULL; in HksTestFileRemove() local
160 char *fullFileName = NULL; in HksTestFileRead() local
177 char *fullFileName = NULL; in HksTestFileWrite() local
194 char *fullFileName = NULL; in HksTestFileSize() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_file_operator.c32 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t ful… in GetFileName()
56 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName()
228 char *fullFileName = NULL; in CmFileRemove() local
316 char *fullFileName = NULL; in CmFileRead() local
333 char *fullFileName = NULL; in CmFileWrite() local
350 char *fullFileName = NULL; in CmUserBackupFileWrite() local
368 char *fullFileName = NULL; in CmFileSize() local
511 char *fullFileName = NULL; in CmIsFileExist() local
Dcert_manager.c618 char fullFileName[CM_MAX_FILE_NAME_LEN] = {0}; in CmCheckCertCount() local
/base/hiviewdfx/hiview/interfaces/js/napi/test/unittest/common/
Dinterface_js_napi_test.cpp46 const std::string fullFileName = variable
/base/security/huks/utils/file_operator/
Dhks_file_operator_lite.c51 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t ful… in GetFileName()
76 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName()
386 char *fullFileName = NULL; in HksFileRead() local
401 char *fullFileName = NULL; in HksFileWrite() local
449 int32_t HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFil… in HksGetFileName()
Dhks_file_operator.c65 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t ful… in GetFileName()
89 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName()
547 char *fullFileName = NULL; in HksFileRead() local
566 char *fullFileName = NULL; in HksFileWrite() local
596 int32_t HksGetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFil… in HksGetFileName()
/base/security/huks/test/unittest/huks_common_test/src/
Dhks_test_file_operator_func.c19 int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNa… in GetFileName()
/base/hiviewdfx/hidumper/services/native/src/
Ddump_common_utils.cpp348 int DumpCommonUtils::FindNonSandBoxPathIndex(const std::string& fullFileName) in FindNonSandBoxPathIndex()
358 int DumpCommonUtils::FindFdClusterStartIndex(const std::string& fullFileName) in FindFdClusterStartIndex()
/base/hiviewdfx/hiview/plugins/faultlogger/service/fault_file/
Dfaultlog_dump.cpp140 std::string fullFileName = FAULTLOG_FAULT_LOGGER_FOLDER + it->second; in PrintFileMaps() local