| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | qmap_bridge_mode.c | 64 if (access(bridge_ipv4, R_OK)) { in ql_bridge_mode_detect() 73 if (access(bridge_mode, R_OK)) { in ql_bridge_mode_detect() 199 if (access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect() 206 if (access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect() 213 if (access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect() 222 if (!access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect() 240 if (access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect() 307 if (!access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect()
|
| H A D | device.c | 206 if (access(path, R_OK)) in detect_path_cdc_wdm_or_qcqmi() 211 if (!access(path, R_OK)) in detect_path_cdc_wdm_or_qcqmi() 216 if (!access(path, R_OK)) in detect_path_cdc_wdm_or_qcqmi() 221 if (!access(path, R_OK)) in detect_path_cdc_wdm_or_qcqmi() 235 if (access(devname, R_OK | F_OK) && errno == ENOENT) in detect_path_cdc_wdm_or_qcqmi()
|
| H A D | quectel-qmi-proxy.c | 962 if (access(cdc_wdm, R_OK | W_OK)) { in main() 971 if (access(cdc_wdm, R_OK | W_OK)) { in main() 998 if (access(cdc_wdm, F_OK|R_OK|W_OK)) in main()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_runtime.cpp | 87 allocator_valid[MPP_BUFFER_TYPE_ION] = !access("/dev/ion", F_OK | R_OK | W_OK); in MppRuntimeService() 88 allocator_valid[MPP_BUFFER_TYPE_DRM] = !access("/dev/dri/card0", F_OK | R_OK | W_OK); in MppRuntimeService() 89 allocator_valid[MPP_BUFFER_TYPE_DMA_HEAP] = !access("/dev/dma_heap", F_OK | R_OK); in MppRuntimeService() 113 if (!access("/dev/mpp_service", F_OK | R_OK | W_OK)) { in MppRuntimeService()
|
| H A D | mpp_platform.cpp | 34 if (access(kernel_version_path, F_OK | R_OK)) in check_kernel_version()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | packagedata.py | 9 return os.access(get_subpkgedata_fn(pkg, d) + '.packaged', os.R_OK) 18 if os.access(fn, os.R_OK): 34 return os.access(get_subpkgedata_fn(pkg, d), os.R_OK) 41 return os.access(fn, os.R_OK)
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 281 #ifndef R_OK 282 #define R_OK 4 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 125 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */ 128 # define R_OK 4 /* Test for read permission. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 125 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */ 128 # define R_OK 4 /* Test for read permission. */ macro
|
| /OK3568_Linux_fs/buildroot/package/rockchip/npu_powerctrl_combine/ |
| H A D | npu_powerctrl_combine.c | 233 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_suspend() 291 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_resume()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | cvs.py | 115 if os.access(os.path.join(moddir, 'CVS'), os.R_OK): 132 if not os.access(moddir, os.R_OK):
|
| H A D | hg.py | 160 if os.access(os.path.join(ud.moddir, '.hg'), os.R_OK): 249 if not os.access(os.path.join(codir, '.hg'), os.R_OK):
|
| H A D | repo.py | 49 if os.access(os.path.join(d.getVar("DL_DIR"), ud.localfile), os.R_OK):
|
| H A D | bzr.py | 75 if os.access(os.path.join(ud.pkgdir, os.path.basename(ud.pkgdir), '.bzr'), os.R_OK):
|
| H A D | osc.py | 92 if os.access(ud.moddir, os.R_OK):
|
| /OK3568_Linux_fs/buildroot/package/rockchip/npu_powerctrl/ |
| H A D | npu_powerctrl.c | 261 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_suspend() 321 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_resume()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | fncache.c | 60 res = access(name, R_OK) == 0; in file_available()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | sigio.c | 532 if ((access("/dev/ptmx", R_OK) < 0) && in check_sigio() 533 (access("/dev/ptyp0", R_OK) < 0)) { in check_sigio()
|
| H A D | file.c | 75 amode = (mode & OS_ACC_R_OK ? R_OK : 0) | in os_access() 170 err = access(file, R_OK); in os_file_mode()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_apm.c | 166 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) { in lnxAPMOpen()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | pty.c | 100 err = access(line, R_OK | W_OK); in getmaster()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqCamProfiles.cpp | 39 if (-1 == access(ini_path.c_str(), R_OK)) { in ParseFromIni()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dump.c | 100 if (access(test_file, R_OK) == -1) in test_btf_dump_case()
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | hv_vss_daemon.c | 78 if (!access(buffer, R_OK | X_OK)) { in is_dev_loop()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | wlan_test.c | 144 ret = access(RECOGNIZE_WIFI_CHIP, R_OK|W_OK);
|