Home
last modified time | relevance | path

Searched refs:_access (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_file.h48 return _access(path, mode); in u_file_access()
/third_party/alsa-lib/include/
Dpcm.h771 int snd_pcm_hw_params_get_access(const snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
772 …d_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access);
773 …nd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access);
774 …hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
775 …_hw_params_set_access_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
1078 const char *snd_pcm_access_name(const snd_pcm_access_t _access);
1332 snd_pcm_access_t _access,
1342 snd_pcm_access_t _access,
/third_party/libunwind/doc/
Dlibunwind-ptrace.tex29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo…
31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_…
33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw…
/third_party/python/Lib/multiprocessing/
Dreduction.py118 self._access = access
133 self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE)
/third_party/ffmpeg/libavformat/
Dos_support.h194 DEF_FS_FUNCTION2(access, _waccess, _access, int)
/third_party/flutter/skia/src/ports/
DSkOSFile_win.cpp31 return (0 == _access(path, mode)); in sk_exists()
/third_party/skia/src/ports/
DSkOSFile_win.cpp31 return (0 == _access(path, mode)); in sk_exists()
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc291 return ::_access(path, mode); in access()
/third_party/zlib/contrib/untgz/
Duntgz.c31 # define access(path,mode) _access(path,mode)
/third_party/pulseaudio/src/utils/
Dpadsp.c137 static int (*_access)(const char *, int) = NULL; variable
197 if (!_access) \
198 _access = (int (*)(const char*, int)) dlsym_fn(RTLD_NEXT, "access"); \
2470 return _access(pathname, mode);
/third_party/python/Doc/library/
Dwinreg.rst595 .. _access-rights:
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs478 _access: Access, in accessat()
/third_party/openssl/apps/
Dcmp.c26 # define access _access
/third_party/libcoap/examples/
Dcoap-server.c42 #define access _access
/third_party/openssl/apps/lib/
Dapps.c2819 return _access(name, flag); in app_access()
/third_party/sqlite/src/
Dshell.c196 # define access(f,m) _access((f),(m))