Home
last modified time | relevance | path

Searched refs:access (Results 851 - 875 of 2575) sorted by relevance

1...<<31323334353637383940>>...103

/third_party/ltp/lib/
H A Dtst_resource.c92 if (access(buf, R_OK)) in file_copy()
/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()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.h107 zink_render_pass_attachment_get_barrier_info(const struct zink_rt_attrib *rt, bool color, VkPipelineStageFlags *pipeline, VkAccessFlags *access);
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dposix_madvise.c36 if (access(path, F_OK) == 0) { in clearfile()
/third_party/skia/src/image/
H A DSkSurface_Gpu.h49 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo& info,
/third_party/skia/third_party/externals/icu/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/protobuf/src/google/protobuf/io/
H A Dio_win32.h36 // commonly used POSIX functions such as open(2) and access(2), as well
39 // By including this file you'll redefine open/access/etc. to
40 // ::google::protobuf::io::win32::{open/access/etc.}.
66 PROTOBUF_EXPORT int access(const char* path, int mode);
/third_party/rust/crates/which-rs/src/
H A Dchecker.rs21 .map(|c| unsafe { libc::access(c.as_ptr(), libc::X_OK) == 0 }) in is_valid()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp274 return access(const_cast<FilePath &>(path).Value().c_str(), F_OK) == 0; in PathIsValid()
279 return access(const_cast<FilePath &>(path).Value().c_str(), R_OK) == 0; in PathIsReadable()
284 return access(const_cast<FilePath &>(path).Value().c_str(), W_OK) == 0; in PathIsWriteable()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_asset_rdbstore.cpp139 if (access(databaseDir.c_str(), E_OK) != 0) { in TryGetRdbStore()
312 if (access(MEDIA_DB_DIR.c_str(), E_OK) != 0) { in IsQueryAccessibleViaSandBox()
377 if (access(MEDIA_DB_DIR.c_str(), E_OK) != 0) { in IsSupportSharedAssetQuery()

Completed in 9 milliseconds

1...<<31323334353637383940>>...103