/kernel/uniproton/src/fs/ |
H A D | fs.c | 165 int access(const char *path, int mode) in access() function
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_fwd_user.c | 163 if (access(filename, O_RDONLY) < 0) { in main()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | pollndk.cpp | 64 int res = access("ppoll_function_file", F_OK);
in Ppoll()
|
/third_party/cups-filters/cupsfilters/ |
H A D | colormanager.c | 338 if (access(full_path, 0)) { in _get_ppd_icc_fallback()
|
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.h | 91 snd_pcm_access_t access; member
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 98 * Controls access can be specified using the "access" section. If no "access" 99 * section is defined then default RW access flags are set for normal and TLV 103 * access [ 110 * The standard access flags are as follows :- 884 int access; /*!< Control access */ member
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 47 returned by the \Func{access\_mem}() call-back (see
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnn.h | 207 } access; member
|
/third_party/ltp/libs/libltpnuma/ |
H A D | tst_numa.c | 140 if (access(path, F_OK)) { in node_has_enough_memory()
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
H A D | fw_load.c | 191 if (access(fi->dir, X_OK) == -1) { in create_firmware()
|
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
H A D | rtc01.c | 229 if (access(rtc_dev, F_OK) == -1) in main()
|
/third_party/ltp/lib/ |
H A D | tst_net.c | 232 if (!access("/proc/sys/user/max_user_namespaces", F_OK)) { in tst_setup_netns()
|
/third_party/musl/src/misc/ |
H A D | nftw.c | 47 if (access(path, R_OK) < 0) { in do_nftw()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | nftw.c | 37 if (access(path, R_OK) < 0) type = FTW_DNR; in do_nftw()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | sem_open.c | 79 if (flags == (O_CREAT|O_EXCL) && access(name, F_OK) == 0) { in sem_open()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify05.c | 197 if (access(SYSFS_MAX_EVENTS, F_OK) && errno == ENOENT) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise02.c | 102 if (access(KSM_SYS_DIR, F_OK) == 0) in tcases_filter()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit01.c | 265 if (access("core", F_OK) == 0) { in test4() 269 tst_resm(TFAIL | TERRNO, "access failed unexpectedly"); in test4()
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 159 if (access(INTEL_PT_PATH, F_OK)) { in setup()
|
/third_party/ltp/testcases/network/multicast/mc_member/ |
H A D | mc_member_test.c | 64 if (access(group_list, R_OK) != 0) { in main()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.h | 24 // Provides operations to lower all simplified memory access and allocation 113 Node* ComputeIndex(ElementAccess const& access, Node* node);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_compute.c | 116 image.shader_access = image.access = PIPE_IMAGE_ACCESS_WRITE; in util_compute_blit()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-systemd-login.c | 182 if (access("/run/systemd/seats/", F_OK) < 0) in pa__init()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.h | 195 SkSurface::BackendSurfaceAccess access, 203 friend class GrDirectContext; // access to: flush & cleanup 204 friend class GrDirectContextPriv; // access to: flush 206 friend class GrRecordingContext; // access to: ctor 207 friend class SkImage; // for access to: flush
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BindGroupLayoutD3D12.cpp | 49 switch (bindingInfo.storageTexture.access) { in WGPUBindingInfoToDescriptorRangeType()
|