/third_party/node/test/sequential/ |
H A D | test-async-wrap-getasyncid.js | 164 binding.access(path.toNamespacedPath('../'), fs.F_OK, req);
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter.py | 111 os.access(file_path, os.X_OK) and
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 687 * Check file access permissions 689 * This will be called for the access() system call. If the 702 * @param mask requested access mode 704 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount_util.c | 292 res = access(_PATH_MOUNTED, W_OK); in mtab_needs_update()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 73 int access(const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 71 int access(const char *, int);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 77 int access(const char *, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 73 int access(const char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 71 int access(const char *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 77 int access(const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 71 int access(const char *, int);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 43 * access to the actual text. 81 * or UTF-32, for example. When coding to the UText access API, no assumptions 109 * Most UText access functions have as their first parameter a (UText *) pointer, 332 * This is true for read access only with shallow clones, and for both read and 333 * write access with deep clones. 343 * @param readOnly true to request that the cloned UText have read only access to the 664 * #define inline versions of selected performance-critical text access functions 892 * are always an error while UText access is occurring because the underlying 918 * deleted, not just until the next time the access() function is called 999 * Function type declaration for UText.access() 1242 UTextAccess *access; global() member [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_types.h | 930 GLenum16 access; member
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 217 tst_res(TFAIL, "Failed to reset access and modification time (%lu: %lu)", in reset_time() 305 if (access(TEST_DIR, R_OK)) in setup()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 206 if (access(proc_policy_dir, F_OK)) { in tomoyo_test_init()
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open02.c | 214 if (access("/proc/sys/kernel/perf_event_paranoid", F_OK) == -1) in setup()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | getaddrinfo_01.c | 284 if (access(host_file, W_OK)) in setup()
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_core.h | 177 /** SNMP node instance access types */ 206 /** one out of instance access types defined above (SNMP_NODE_INSTANCE_READ_ONLY,...) */ 207 snmp_access_t access; member
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 75 res = access(_PATH_MOUNTED, W_OK); in mtab_needs_update()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.h | 119 // Previews the access type required for the next new entry to be added. 144 void EmitGroup(Assembler* assm, ConstantPoolEntry::Access access,
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.h | 241 PageAllocator::Permission access);
|
/third_party/musl/include/ |
H A D | unistd.h | 87 int access(const char *, int);
|
/third_party/rust/crates/clang-sys/src/ |
H A D | support.rs | 163 unsafe { Ok(libc::access(path.as_ptr(), libc::X_OK) == 0) } in is_executable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_1_autogen.h | 16 GLint layer, GLenum access, GLenum format); \
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 229 SkSurface::BackendSurfaceAccess access,
|