Home
last modified time | relevance | path

Searched refs:stat (Results 26 - 50 of 1406) sorted by relevance

12345678910>>...57

/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsFcntlTest.cpp20 #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 DFsOtherTest.cpp20 #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 Dafter_lcov_branch.py21 import stat namespace
24 MODES = stat.S_IWUSR | stat.S_IRUSR
H A Dbuild_before_generate.py22 import stat namespace
26 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/aw/python/distributed/common/
H A Dcommon.py21 import stat namespace
24 MODES = stat.S_IWUSR | stat.S_IRUSR
H A Ddrivers.py25 import stat namespace
34 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Djson_parser.py21 import stat namespace
74 modes = stat.S_IWUSR | stat.S_IRUSR
/test/xts/acts/kernel_lite/utils/
H A Dlibfs.cpp22 #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 Dlibfs.cpp22 #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 Dmake_report.py21 import stat namespace
29 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Dcolored.py20 import stat namespace
23 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/src/core/command/
H A Ddistribute_utils.py23 import stat namespace
31 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstat1ndk.cpp27 #include <sys/stat.h>
67 struct stat st = {PARAM_0}; in Fstatat()
85 struct stat statbuff; in Lstat()
H A Dftwndk.cpp30 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 Dotherstestndk32.cpp42 #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 Dfile_util.py22 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 Dsuite.py31 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 Dbuild_manager.py20 import stat namespace
32 MODES = stat.S_IWUSR | stat.S_IRUSR
H A Dpretreat_targets.py22 import stat namespace
30 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/local_coverage/
H A Dcoverage_tools.py25 import stat namespace
31 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_file_operator.c24 #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 DFchmodApiTest.cpp24 #include <sys/stat.h>
55 struct stat g_statbuf;
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Djsunit_driver.py23 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 Dsource.py22 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 Dfuzzer_helper.py32 import stat namespace
43 MODES = stat.S_IWUSR | stat.S_IRUSR

Completed in 12 milliseconds

12345678910>>...57