Home
last modified time | relevance | path

Searched refs:access (Results 826 - 850 of 2541) sorted by relevance

1...<<31323334353637383940>>...102

/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_memory_001.cpp68 ret = access(path.c_str(), 0); in ItProcessPlimitsMemory001()
/third_party/icu/icu4c/source/common/unicode/
H A Dudata.h284 * 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 Dmesa_glinterop.h103 * 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 Drun-unittests.py45 if os.path.isfile(testfile) and os.access(testfile, os.X_OK):
/third_party/ltp/testcases/cve/
H A Dcve-2017-2671.c56 if (access(PING_SYSCTL_PATH, F_OK)) in setup()
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns06.c91 if (access("/proc/self/setgroups", F_OK) == 0) { in run()
/third_party/ltp/lib/
H A Dtst_wallclock.c67 * 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 Dtst_resource.c92 if (access(buf, R_OK)) in file_copy()
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi.c88 if (access(sysfs_path, R_OK)) { in tc_acpi_str()
/third_party/ltp/testcases/kernel/device-drivers/rtc/
H A Drtc02.c137 int exists = access(rtc_dev, F_OK); in rtc_setup()
/third_party/node/test/wasi/c/
H A Dstat.c49 ret = access(PATH, R_OK); in main()
/third_party/node/deps/v8/tools/
H A Ddump-cpp.py19 return os.path.isfile(fPath) and os.access(fPath, os.X_OK)
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py30 # 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 Dudata.h284 * 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 Dmove-file.js6 await fs.access(path)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUserFile.py30 # we can access.
34 if os.path.isfile(item) and os.access(item, os.X_OK):
/third_party/ltp/testcases/kernel/pty/
H A Dpty07.c85 if (access(tty_path, F_OK)) in setup()
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess04.c14 * - 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 Dprctl08.c118 if (access(PROC_TIMERSLACK_PATH, F_OK) == -1) { in setup()
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp02.c101 if (access(PATH_THP, F_OK) == -1) in setup()
/third_party/ltp/testcases/kernel/security/cap_bound/
H A Dcap_bounds_rw.c97 if (access(PROC_CAP_LAST, R_OK) == 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns06.c33 int exists = access("/proc/self/ns/user", F_OK); in setup()
H A Dioctl_ns05.c32 int exists = access("/proc/self/ns/pid", F_OK); in setup()
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
H A Dpidfd_send_signal03.c123 if (access(last_pid_file, F_OK) == -1) { in setup()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_nftw64_test.cpp26 if (access(pathName, R_OK) == 0) { in NftwCallback()

Completed in 9 milliseconds

1...<<31323334353637383940>>...102