/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 177 if (access(folderPath.c_str(), F_OK) != 0) { in CheckAndCreateDirectory() 202 if (access(path.c_str(), F_OK) != 0) { in GetFileHandleForSpecialCloneCloud() 253 if (access(tarName.c_str(), F_OK) == 0) { in GetFileHandle() 344 if (access(tarName.c_str(), F_OK) == 0) { in GetIncreFileHandleForNormalVersion() 358 if (access(reportName.c_str(), F_OK) == 0) { in GetIncreFileHandleForNormalVersion() 1099 if (access(fileName.data(), F_OK) != 0) { in RestoreBigFilePrecheck()
|
/third_party/node/lib/ |
H A D | fs.js | 226 function access(path, mode, callback) { function 233 mode = getValidMode(mode, 'access'); 238 binding.access(pathModule.toNamespacedPath(path), mode, req); 250 mode = getValidMode(mode, 'access'); 253 binding.access(pathModule.toNamespacedPath(path), mode, undefined, ctx); 271 fs.access(path, F_OK, suppressedCallback); 303 binding.access(nPath, F_OK, undefined, ctx); 305 // In case of an invalid symlink, `binding.access()` on win32 2176 * Changes the access and modification times of 2197 * Synchronously changes the access an [all...] |
/third_party/libabigail/include/ |
H A D | abg-ir.h | 1199 /// properties like access rights (if the parent is a class_decl), 2461 /// allows users to access the value as signed or unsigned as they 3732 /// functions. Its purpose is mainly to carry the access specifier 3753 /// Getter for the access specifier of this member. 3755 /// @return the access specifier for this member. 3760 /// Setter for the access specifier of this member. 3762 /// @param a the new access specifier. 4441 access_specifier access, in mem_fn_context_rel() 4443 : context_rel(s, access, is_static), in mem_fn_context_rel() 4567 access_specifier access, boo in member_function_template() 4435 mem_fn_context_rel(scope_decl* s, bool is_constructor, bool is_destructor, bool is_const, bool is_virtual, size_t vtable_offset_in_bits, access_specifier access, bool is_static) mem_fn_context_rel() argument 4566 member_function_template(function_tdecl_sptr f, access_specifier access, bool is_static, bool is_constructor, bool is_const) member_function_template() argument 4620 member_class_template(class_tdecl_sptr c, access_specifier access, bool is_static) member_class_template() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 1256 * amp access functions 1397 * the first access. If the amp was already initialized / updated beforehand, 1782 * toggle card->shutdown to allow/disallow the device access (as a hack) 1851 /* allow device access again */ in snd_hda_codec_reset() 1926 if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in init_follower_0dB() 1935 } else if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) in init_follower_0dB() 1984 * @access: kcontrol access rights 1999 unsigned int access, struct snd_kcontrol **ctl_ret) in __snd_hda_add_vmaster() 2015 kctl->vd[0].access | in __snd_hda_add_vmaster() 1996 __snd_hda_add_vmaster(struct hda_codec *codec, char *name, unsigned int *tlv, const char * const *followers, const char *suffix, bool init_follower_vol, unsigned int access, struct snd_kcontrol **ctl_ret) __snd_hda_add_vmaster() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 522 GLenum access, in bindImageTexture() 527 binding.layer != layer || binding.access != access || binding.format != format) in bindImageTexture() 533 binding.access = access; in bindImageTexture() 536 layered, layer, access, format); in bindImageTexture() local 1049 imageUnit.layered, imageUnit.layer, imageUnit.access, in updateProgramImageBindings() 1055 imageUnit.access, imageUnit.format); in updateProgramImageBindings() 517 bindImageTexture(size_t unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) bindImageTexture() argument
|
/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_managerImpl.cpp | 281 if (access(packagePath.c_str(), 0) != 0) {
in LoadPackage() 581 if ((size == 0) && (access(fileName.c_str(), 0) != 0)) {
in DoCreatePkgStream() 889 if (access(keyName.c_str(), 0) != 0) {
in DoCreatePkgStream()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | temporal_test.cpp | 122 if (!access("/system/lib64/media/", 0)) { in HWTEST_F() 151 if (!access("/system/lib64/media/", 0)) { in HWTEST_F() 166 if (!access("/system/lib64/media/", 0)) { in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 411 if (!access("/system/lib64/media/", 0)) { in HevcVideoParam() 703 if (access(g_vvc8bitPath.c_str(), F_OK) != 0) { in HWTEST_F() 734 if (access(g_vvc10bitPath.c_str(), F_OK) != 0) { in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 19 #define _PAGE_WRITE 0x00002 /* write access allowed */ 20 #define _PAGE_READ 0x00004 /* read access allowed */ 23 #define _PAGE_PRIVILEGED 0x00008 /* kernel access only */ 24 #define _PAGE_SAO 0x00010 /* Strong access order */ 116 * user access blocked by key 603 * _PAGE_READ is needed for any access and will be in pte_access_permitted() 778 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() argument 783 if (access & ~ptev) in check_pte_access() 786 * This check for access to privilege space in check_pte_access() 788 if ((access in check_pte_access() [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7.S | 148 mrc p15, 0, r10, c1, c0, 2 @ Co-processor access control 182 mcr p15, 0, r10, c1, c0, 2 @ Co-processor access control 536 mcr p14, 6, r0, c0, c0, 0 @ stop userspace TEEHBR access
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 18 #define _PAGE_WRITE 0x00002 /* write access allowed */ 19 #define _PAGE_READ 0x00004 /* read access allowed */ 22 #define _PAGE_PRIVILEGED 0x00008 /* kernel access only */ 23 #define _PAGE_SAO 0x00010 /* Strong access order */ 116 * user access blocked by key 546 * _PAGE_READ is needed for any access and will be in pte_access_permitted() 731 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() argument 736 if (access & ~ptev) in check_pte_access() 739 * This check for access to privilege space in check_pte_access() 741 if ((access in check_pte_access() [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7.S | 150 mrc p15, 0, r10, c1, c0, 2 @ Co-processor access control 184 mcr p15, 0, r10, c1, c0, 2 @ Co-processor access control 544 mcr p14, 6, r0, c0, c0, 0 @ stop userspace TEEHBR access
|
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart_mixer.c | 396 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 890 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1016 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 279 static const char *snd_pcm_access_name(snd_pcm_access_t access) in snd_pcm_access_name() argument 281 return snd_pcm_access_names[(__force int)access]; in snd_pcm_access_name() 393 snd_iprintf(buffer, "access: %s\n", snd_pcm_access_name(runtime->access)); in snd_pcm_substream_proc_hw_params_read() 795 * and access to any private data. 1000 /* Avoid concurrent access to runtime via PCM timer interface */ in snd_pcm_detach_substream()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3proc.c | 85 * Bare-bones access to getattr: this is for nfs_get_root/nfs_get_sb 205 .access = entry->mask, in nfs3_proc_access() 216 dprintk("NFS call access\n"); in nfs3_proc_access() 224 nfs_access_set_mask(entry, res.access); in nfs3_proc_access() 227 dprintk("NFS reply access: %d\n", status); in nfs3_proc_access() 790 * Bare-bones access to fsinfo: this is for nfs_get_root/nfs_get_sb via 1007 .access = nfs3_proc_access,
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | device.h | 694 u32 access; member 1106 int mlx4_mr_alloc(struct mlx4_dev *dev, u32 pd, u64 iova, u64 size, u32 access, 1516 u32 access);
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3proc.c | 85 * Bare-bones access to getattr: this is for nfs_get_root/nfs_get_sb 229 .access = entry->mask, in nfs3_proc_access() 240 dprintk("NFS call access\n"); in nfs3_proc_access() 248 nfs_access_set_mask(entry, res.access); in nfs3_proc_access() 251 dprintk("NFS reply access: %d\n", status); in nfs3_proc_access() 813 * Bare-bones access to fsinfo: this is for nfs_get_root/nfs_get_sb via 1031 .access = nfs3_proc_access,
|
/kernel/linux/linux-6.6/include/linux/mlx4/ |
H A D | device.h | 694 u32 access; member 1125 int mlx4_mr_alloc(struct mlx4_dev *dev, u32 pd, u64 iova, u64 size, u32 access, 1535 u32 access);
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 281 static const char *snd_pcm_access_name(snd_pcm_access_t access) in snd_pcm_access_name() argument 283 return snd_pcm_access_names[(__force int)access]; in snd_pcm_access_name() 395 snd_iprintf(buffer, "access: %s\n", snd_pcm_access_name(runtime->access)); in snd_pcm_substream_proc_hw_params_read() 800 * and access to any private data. 1003 /* Avoid concurrent access to runtime via PCM timer interface */ in snd_pcm_detach_substream()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart_mixer.c | 396 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 890 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1016 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
/third_party/curl/lib/ |
H A D | smb.c | 169 unsigned int access; member 723 msg.access = smb_swap32(SMB_GENERIC_READ | SMB_GENERIC_WRITE); in smb_send_open() 727 msg.access = smb_swap32(SMB_GENERIC_READ); in smb_send_open()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_softvol.c | 519 * refine the access mask 810 if (! (cinfo.access & SNDRV_CTL_ELEM_ACCESS_USER)) { in softvol_load_control() 820 (cinfo.access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) == 0) || in softvol_load_control() 822 (cinfo.access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) != 0)) { in softvol_load_control()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 47 if (access(dirs[i], W_OK) == 0) { in temp_dir() 317 if (access(progname, X_OK) == 0) in find_in_path() 326 if (access(filepath, X_OK) == 0) { in find_in_path()
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 97 if (access("/dev/shm", F_OK) == 0) { in setup_ipc() 144 if (shm_path[0] && !access(shm_path, F_OK) && unlink(shm_path)) in cleanup_ipc() 163 if (access(path, F_OK)) in tst_reinit()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typed-optimization.cc | 290 FieldAccess const& access = FieldAccessOf(node->op()); in ReduceLoadField() local 291 if (access.base_is_tagged == kTaggedBase && in ReduceLoadField() 292 access.offset == HeapObject::kMapOffset) { in ReduceLoadField()
|