/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_memory_001.cpp | 68 ret = access(path.c_str(), 0); in ItProcessPlimitsMemory001()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | udata.h | 284 * This allows to get access to the header containing 394 /** An alias for the default access mode. @stable ICU 3.4 */ 401 /** ICU does not access the file system for data loading. @stable ICU 3.4 */ 417 * @param access The type of file access to be used 423 udata_setFileAccess(UDataFileAccess access, UErrorCode *status);
|
/third_party/mesa3d/include/GL/ |
H A D | mesa_glinterop.h | 103 * The caller should check the value and access up-to the version supported 131 * The caller should check the value and access up-to the version supported 173 uint32_t access; member 196 * The caller should check the value and access up-to the version supported
|
/third_party/jerryscript/tools/runners/ |
H A D | run-unittests.py | 45 if os.path.isfile(testfile) and os.access(testfile, os.X_OK):
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-2671.c | 56 if (access(PING_SYSCTL_PATH, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns06.c | 91 if (access("/proc/self/setgroups", F_OK) == 0) { in run()
|
/third_party/ltp/lib/ |
H A D | tst_wallclock.c | 67 * Fix access time of /etc/localtime because adjusting the wallclock in tst_wallclock_restore() 70 * The access time of a file only changes if the new one is past in tst_wallclock_restore() 72 * might not be enough because the current access time might be far in tst_wallclock_restore() 75 ret = access(localtime, F_OK | W_OK); in tst_wallclock_restore()
|
H A D | tst_resource.c | 92 if (access(buf, R_OK)) in file_copy()
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi.c | 88 if (access(sysfs_path, R_OK)) { in tc_acpi_str()
|
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
H A D | rtc02.c | 137 int exists = access(rtc_dev, F_OK); in rtc_setup()
|
/third_party/node/test/wasi/c/ |
H A D | stat.c | 49 ret = access(PATH, R_OK); in main()
|
/third_party/node/deps/v8/tools/ |
H A D | dump-cpp.py | 19 return os.path.isfile(fPath) and os.access(fPath, os.X_OK)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSUserFile.py | 30 # we can access. 34 if os.path.isfile(item) and os.access(item, os.X_OK):
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | udata.h | 284 * This allows to get access to the header containing 388 /** An alias for the default access mode. @stable ICU 3.4 */ 395 /** ICU does not access the file system for data loading. @stable ICU 3.4 */ 411 * @param access The type of file access to be used 417 udata_setFileAccess(UDataFileAccess access, UErrorCode *status);
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/ |
H A D | move-file.js | 6 await fs.access(path)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSUserFile.py | 30 # we can access. 34 if os.path.isfile(item) and os.access(item, os.X_OK):
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty07.c | 85 if (access(tty_path, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access04.c | 14 * - access() fails with -1 return value and sets errno to EINVAL 15 * if the specified access mode argument is invalid. 16 * - access() fails with -1 return value and sets errno to ENOENT 18 * - access() fails with -1 return value and sets errno to ENAMETOOLONG 20 * - access() fails with -1 return value and sets errno to ENOTDIR 22 * - access() fails with -1 return value and sets errno to ELOOP 24 * - access() fails with -1 return value and sets errno to EROFS 68 TST_EXP_FAIL(access(*tc->pathname, tc->mode), tc->exp_errno, in access_test() 69 "access as %s", user); in access_test()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl08.c | 118 if (access(PROC_TIMERSLACK_PATH, F_OK) == -1) { in setup()
|
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp02.c | 101 if (access(PATH_THP, F_OK) == -1) in setup()
|
/third_party/ltp/testcases/kernel/security/cap_bound/ |
H A D | cap_bounds_rw.c | 97 if (access(PROC_CAP_LAST, R_OK) == 0) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns06.c | 33 int exists = access("/proc/self/ns/user", F_OK); in setup()
|
H A D | ioctl_ns05.c | 32 int exists = access("/proc/self/ns/pid", F_OK); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
H A D | pidfd_send_signal03.c | 123 if (access(last_pid_file, F_OK) == -1) { in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_nftw64_test.cpp | 26 if (access(pathName, R_OK) == 0) { in NftwCallback()
|