Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 21 of 21) sorted by relevance

/device/google/bramble/dumpstate/
DDumpstateDevice.cpp395 if (!access(cmd, R_OK)) { in DumpTouch()
422 if (!access("/proc/fts/driver_test", R_OK)) { in DumpTouch()
472 if (!access(cmd, R_OK)) { in DumpTouch()
491 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog()
494 if (!access(lastlogPath.c_str(), R_OK)) { in DumpSensorLog()
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp391 if (!access(cmd, R_OK)) { in DumpTouch()
418 if (!access("/proc/fts/driver_test", R_OK)) { in DumpTouch()
468 if (!access(cmd, R_OK)) { in DumpTouch()
487 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog()
490 if (!access(lastlogPath.c_str(), R_OK)) { in DumpSensorLog()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp395 if (!access(cmd, R_OK)) { in DumpTouch()
422 if (!access("/proc/fts/driver_test", R_OK)) { in DumpTouch()
476 if (!access(cmd, R_OK)) { in DumpTouch()
523 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog()
526 if (!access(lastlogPath.c_str(), R_OK)) { in DumpSensorLog()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp388 if (!access(touch_spi_path, R_OK)) { in DumpTouch()
509 if (!access(logPath.c_str(), R_OK)) { in DumpSensorLog()
512 if (!access(lastlogPath.c_str(), R_OK)) { in DumpSensorLog()
/device/google/gs-common/soc/
Ddump_devfreq.cpp36 if(!access(dvfs_path[1], R_OK)) { in main()
Ddump_soc.cpp56 if(!access(path.c_str(), R_OK)){ in main()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_formats.cpp528 if (access(MALI_GRALLOC_GPU_LIBRARY_PATH1 MALI_GRALLOC_GPU_LIB_NAME, R_OK) == 0) in determine_format_capabilities()
532 else if (access(MALI_GRALLOC_GPU_LIBRARY_PATH2 MALI_GRALLOC_GPU_LIB_NAME, R_OK) == 0) in determine_format_capabilities()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_formats.cpp528 if (access(MALI_GRALLOC_GPU_LIBRARY_PATH1 MALI_GRALLOC_GPU_LIB_NAME, R_OK) == 0) in determine_format_capabilities()
532 else if (access(MALI_GRALLOC_GPU_LIBRARY_PATH2 MALI_GRALLOC_GPU_LIB_NAME, R_OK) == 0) in determine_format_capabilities()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXw32defs.h77 # define R_OK 4 macro
/device/google/gs-common/insmod/
Dpixel_dump.cpp67 if (access(DestDir, R_OK)) { in dumpLogs()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp384 if (!access(cmd, R_OK)) { in DumpTouch()
411 if (!access("/proc/fts/driver_test", R_OK)) { in DumpTouch()
/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp128 while (access(mPowerStateMarkerPath.c_str(), F_OK | R_OK) < 0) { in PowerStateWatcher()
/device/google/sunfish/usb/gadget/
DUsbGadget.cpp37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/bramble/usb/gadget/
DUsbGadget.cpp37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/coral/usb/gadget/
DUsbGadget.cpp37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/barbet/usb/gadget/
DUsbGadget.cpp37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/redfin/usb/gadget/
DUsbGadget.cpp37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/gs201/usb/gadget/
DUsbGadget.cpp73 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/zuma/usb/gadget/
DUsbGadget.cpp73 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/gs101/usb/gadget/
DUsbGadget.cpp73 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp590 CanAccess(defaultPath, R_OK | W_OK | X_OK)) { in instances_uds_dir()