/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | first_use_dialog.cpp | 81 struct stat fstat = {}; in IsCfgDirExist() local 82 if (stat(SEC_COMP_SRV_CFG_PATH.c_str(), &fstat) != 0) { in IsCfgDirExist() 87 if (!S_ISDIR(fstat.st_mode)) { in IsCfgDirExist() 96 struct stat fstat = {}; in IsCfgFileExist() local 97 if (stat(FIRST_USE_RECORD_JSON.c_str(), &fstat) != 0) { in IsCfgFileExist() 106 struct stat fstat = {}; in IsCfgFileValid() local 107 if (stat(FIRST_USE_RECORD_JSON.c_str(), &fstat) != 0) { in IsCfgFileValid() 111 if (fstat.st_size > MAX_CFG_FILE_SIZE) { in IsCfgFileValid()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/b_filesystem/ |
H A D | b_file_mock.cpp | 35 if (fstat(fd, &stat) == -1) { in ReadFile() 68 if (fstat(inFd, &stat) == -1) { in SendFile()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | fstat.cpp | 50 if (fstat(fd, &buf) == -1) { in Sync() 91 if (fstat(fd, &arg->stat_)) { in Async()
|
H A D | stat_v9.cpp | 79 if (fstat(fileInfo.fdg.GetFD(), &buf) != 0) { in Sync() 122 if (fstat(fileInfo->fdg.GetFD(), &arg->stat_) != 0) { in Async()
|
H A D | read_text.cpp | 92 if ((!sfd) || (fstat(sfd.GetFD(), &statbf) == -1)) { in Sync() 141 if (fstat(sfd.GetFD(), &statbf) == -1) { in AsyncExec()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
H A D | dlp_fuse_test.cpp | 83 struct stat fstat; in SetUpTestCase() local 84 if (stat(DLP_TEST_DIR.c_str(), &fstat) != 0) { in SetUpTestCase() 180 struct stat fstat; in PrepareDlpFuseFsMount() local 181 if (stat(MOUNT_POINT_DIR.c_str(), &fstat) != 0) { in PrepareDlpFuseFsMount() 514 ASSERT_EQ(fstat(linkfd, &fsStat), 0); 557 ASSERT_EQ(fstat(linkfd, &fsStat), 0); 600 ASSERT_EQ(fstat(linkfd, &fsStat), 0); 612 ASSERT_EQ(fstat(g_recoveryFileFd, &fsStat), 0); 653 ASSERT_EQ(fstat(linkfd, &fsStat), 0); 665 ASSERT_EQ(fstat(g_recoveryFileFd, &fsStat), 0);
|
H A D | dlp_file_test.cpp | 60 struct stat fstat; in SetUpTestCase() local 61 if (stat(DLP_TEST_DIR.c_str(), &fstat) != 0) { in SetUpTestCase()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | first_use_dialog_test.cpp | 68 struct stat fstat = {}; in SetUp() local 69 if (stat(SEC_COMP_SRV_CFG_FILE.c_str(), &fstat) != 0) { in SetUp() 78 struct stat fstat = {}; in TearDown() local 79 if (stat(SEC_COMP_SRV_CFG_BACK_FILE.c_str(), &fstat) != 0) { in TearDown()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_zip_test.cpp | 72 struct stat fstat; in SetUpTestCase() local 73 if (stat(DLP_TEST_DIR.c_str(), &fstat) != 0) { in SetUpTestCase()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_file.cpp | 41 if (fstat(fd, &stat) == -1) { in ReadFile() 68 if (fstat(inFd, &stat) == -1) { in SendFile()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | dfx_util.cpp | 181 if (fstat(fd, &fileStat) == 0) { in GetFileSize() 192 if (fstat(fd, &sb) != -1 && sb.st_size > 0) { in ReadFdToString()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-file-management.md | 56 |废弃版本有变化|方法名 or 属性名:fstat<br>废弃版本:N/A|方法名 or 属性名:fstat<br>废弃版本:9<br>代替接口:ohos.file.fs.stat |@ohos.f… 57 |废弃版本有变化|方法名 or 属性名:fstat<br>废弃版本:N/A|方法名 or 属性名:fstat<br>废弃版本:9|@ohos.fileio.d.ts|
|
/ohos5.0/base/security/code_signature/utils/include/ |
H A D | fsverity_utils_helper.h | 72 if (fstat(fd_, &st) != 0) { in GetFileSize()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_catcher.cpp | 120 if (fstat(fd, &fileStat) == -1) { in GetFdSize()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_util.cpp | 66 if (fstat(src_fd, &st) == -1) { in CopyFile()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_impl.h | 47 if (fstat(fd, &buf) == 0) { in ~FileEntity()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | read_text.cpp | 94 if (fstat(sfd.GetFD(), &statbf) < 0) { in ReadTextAsync() 180 if ((!sfd) || (fstat(sfd.GetFD(), &statbf) < 0)) { in Sync()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/image/ |
H A D | image_load_unit_test.cpp | 58 fstat(imgResFds_[i], &fileStat); in SetUpTestCase()
|
/ohos5.0/base/update/updater/services/diffpatch/ |
H A D | diffpatch.cpp | 59 int32_t ret = fstat(info.fd, &st); in PatchMapFile()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | data_provider_manager.cpp | 57 auto statRes = fstat(fd, &statBuf); in GetDataProviderResFromUri()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_cached_entity.h | 134 if (fstat(srcFile_, &stat) == -1) { in BJsonCachedEntity()
|
/ohos5.0/base/security/access_token/frameworks/common/src/ |
H A D | json_parser.cpp | 86 if (fstat(fd, &statBuffer) != 0) { in ReadCfgFile()
|
/ohos5.0/base/startup/init/services/modules/seccomp/seccomp_policy/ |
H A D | updater.seccomp.policy | 94 fstat;arm64 95 fstat;riscv64
|
/ohos5.0/build/config/components/init/seccomp/seccomp_policy/ |
H A D | updater.seccomp.policy | 94 fstat;arm64 95 fstat;riscv64
|
/ohos5.0/foundation/multimedia/media_foundation/src/osal/filesystem/ |
H A D | file_system.cpp | 51 return fstat(fd, &s) == 0; in IsFdValid()
|