Searched refs:_access (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_win.cpp24 return (0 == _access(path, mode));
/external/qemu/android/config/
H A Dcheck-alsa.c32 DYN_FUNCTION(int,snd_pcm_hw_params_set_access,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access)) \
/external/skia/src/ports/
H A DSkOSFile_stdio.cpp128 return (0 == _access(path, 0));
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*}, \Type{int}, \Type{void~*});\\
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc48 int _access(const char* path, int amode) { function
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h360 return _access(pathname, mode);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h357 return _access(pathname, mode);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h290 MappedResource(GLenum _access, int _shm_id, void* mem, unsigned int offset) argument
291 : access(_access),
/external/zlib/src/contrib/untgz/
H A Duntgz.c31 # define access(path,mode) _access(path,mode)
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c59 #define access(f,m) _access((f),(m))
/external/qemu/audio/
H A Dalsaaudio.c63 DYNLINK_FUNC(int,snd_pcm_hw_params_set_access,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access)) \
/external/openssl/apps/
H A Dca.c871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
/external/sqlite/dist/orig/
H A Dshell.c70 # define access(f,m) _access((f),(m))
/external/sqlite/dist/
H A Dshell.c75 # define access(f,m) _access((f),(m))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... final String __READWRITE protected static final String __VOLATILE protected int _access protected boolean _volatile protected int _get protected int _put protected ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js2350 function _access(path, amode) {
3727 var _access=env._access;
[all...]

Completed in 1075 milliseconds