/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsFcntlTest.cpp | 20 #include <sys/stat.h>
225 struct stat statbuf;
in HWTEST_F() 226 EXPECT_NE(stat(FILE0, &statbuf), -1) << "> fstat errno = " << errno;
in HWTEST_F() 271 struct stat statbuf;
in HWTEST_F() 272 EXPECT_NE(stat(FILE0, &statbuf), -1) << "> fstat errno = " << errno;
in HWTEST_F()
|
H A D | FsOtherTest.cpp | 20 #include <sys/stat.h> 100 int FtwCheckDirTree(const char *path, const struct stat *sb, int flag) in FtwCheckDirTree() 145 int NftwCheckDirTree(const char *path, const struct stat *sb, int flag, struct FTW *s) in NftwCheckDirTree()
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | after_lcov_branch.py | 21 import stat namespace 24 MODES = stat.S_IWUSR | stat.S_IRUSR
|
H A D | build_before_generate.py | 22 import stat namespace 26 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | common.py | 21 import stat namespace 24 MODES = stat.S_IWUSR | stat.S_IRUSR
|
H A D | drivers.py | 25 import stat namespace 34 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | json_parser.py | 21 import stat namespace 74 modes = stat.S_IWUSR | stat.S_IRUSR
|
/test/xts/acts/kernel_lite/utils/ |
H A D | libfs.cpp | 22 #include <sys/stat.h>
46 struct stat dirStat = {0};
in RemoveDir() 48 if (stat(dirname, &dirStat) < 0) {
in RemoveDir() 49 LOG("get directory stat error, errno=%d:%s", errno, strerror(errno));
in RemoveDir()
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | libfs.cpp | 22 #include <sys/stat.h>
46 struct stat dirStat = {0};
in RemoveDir() 48 if (stat(dirname, &dirStat) < 0) {
in RemoveDir() 49 LOG("get directory stat error, errno=%d:%s", errno, strerror(errno));
in RemoveDir()
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 21 import stat namespace 29 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | colored.py | 20 import stat namespace 23 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/src/core/command/ |
H A D | distribute_utils.py | 23 import stat
namespace 31 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stat1ndk.cpp | 27 #include <sys/stat.h>
67 struct stat st = {PARAM_0};
in Fstatat() 85 struct stat statbuff;
in Lstat()
|
H A D | ftwndk.cpp | 30 int copytoU_device(const char *file, const struct stat *sb, int flag) { return 0; }
in copytoU_device() 51 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) { return 0; }
in nftw_callback()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | otherstestndk32.cpp | 42 #include <sys/stat.h>
91 extern "C" int __fstatat_time64(int, const char *__restrict, struct stat *__restrict, int);
105 struct stat st;
in FStatAt_time64()
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 22 import stat namespace 177 modes = stat.S_IWUSR | stat.S_IRUSR 192 modes = stat.S_IWUSR | stat.S_IRUSR
|
/test/xts/tools/build/ |
H A D | suite.py | 31 import stat namespace 219 os.chmod(dest_file, stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO) 318 (os.stat(target).st_mtime != os.stat(source).st_mtime)):
|
/test/testfwk/developer_test/src/core/build/ |
H A D | build_manager.py | 20 import stat namespace 32 MODES = stat.S_IWUSR | stat.S_IRUSR
|
H A D | pretreat_targets.py | 22 import stat namespace 30 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 25 import stat namespace 31 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_file_operator.c | 24 #include <sys/stat.h> 136 struct stat fileStat; in FileSize() 138 if (stat(fileName, &fileStat) != 0) { in FileSize() 139 HKS_TEST_LOG_E("file stat fail."); in FileSize() 197 HKS_TEST_LOG_E("stat file failed, errno = 0x%x", ret); in FileRead() 255 HKS_TEST_LOG_E("stat file failed, errno = 0x%x", ret); in FileSize()
|
/test/xts/hats/kernel/syscalls/fileio/fchmod/ |
H A D | FchmodApiTest.cpp | 24 #include <sys/stat.h> 55 struct stat g_statbuf;
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 23 import stat namespace 205 stat.S_IWUSR | stat.S_IRUSR) 453 stat.S_IWUSR | stat.S_IRUSR)
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 22 import stat namespace 157 modes = stat.S_IWUSR | stat.S_IRUSR 201 modes = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/libs/fuzzlib/ |
H A D | fuzzer_helper.py | 32 import stat namespace 43 MODES = stat.S_IWUSR | stat.S_IRUSR
|