Home
last modified time | relevance | path

Searched refs:isFileExist (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/modules/
H A Deng_unittest.cpp233 bool isFileExist = IsFileExistWithType(linkName.c_str(), TYPE_LINK); variable
234 EXPECT_EQ(isFileExist, true);
236 isFileExist = IsFileExistWithType("/eng/target", TYPE_LINK);
237 EXPECT_EQ(isFileExist, false);
239 isFileExist = IsFileExistWithType("/eng/target", TYPE_REG);
240 EXPECT_EQ(isFileExist, false);
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp74 bool isFileExist = OSAL::ConvertFullPath(filePath, fullPath); in PrepareDumpDir() local
75 if (isFileExist) { // 文件存在 in PrepareDumpDir()
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/main/ets/RingtoneBackupExtAbility/
H A DRingtoneBackupExtAbility.ts86 private isFileExist(filePath : string) : boolean {
142 while (this.isFileExist(`${dirPath}/${newFileName}`)) {
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_file.c27 if (fileOperator->isFileExist == NULL) { in IsFileOperatorValid()
H A Dfile_operator.c144 .isFileExist = IsFileExist, in GetDefaultFileOperator()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_file.c27 if (fileOperator->isFileExist == NULL) { in IsFileOperatorValid()
H A Dfile_operator.c135 .isFileExist = IsFileExist, in GetDefaultFileOperator()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dadaptor_file.h31 bool (*isFileExist)(const char *fileName); member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_file.h31 bool (*isFileExist)(const char *fileName); member
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c240 int32_t isFileExist = HksIsFileExist(fileInfoPath->path, fileInfoPath->fileName); in GetKeyBlob() local
241 HKS_IF_NOT_SUCC_RETURN(isFileExist, HKS_ERROR_NOT_EXIST) in GetKeyBlob()
249 int32_t isFileExist = HksIsFileExist(fileInfoPath->path, fileInfoPath->fileName); in GetKeyBlobSize() local
250 HKS_IF_NOT_SUCC_RETURN(isFileExist, HKS_ERROR_NOT_EXIST) in GetKeyBlobSize()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops.c112 if (!fileOp->isFileExist(PIN_INDEX_NAME)) { in ReadPinDbData()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_file_manager.c527 if (!fileOperator->isFileExist(IDM_USER_INFO)) { in LoadFileInfo()
637 if (!fileOperator->isFileExist(GLOBAL_CONFIG_INFO)) { in LoadGlobalConfigInfo()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dimprove-file-upload-and-download-performance.md236 …let isFileExist = await this.checkFileExist(`${this.context.cacheDir}/${this.config.data[0].name}`…
/ohos5.0/docs/en/application-dev/performance/
H A Dimprove-file-upload-and-download-performance.md243 …let isFileExist = await this.checkFileExist(`${this.context.cacheDir}/${this.config.data[0].name}`…