/device/google/bramble/dumpstate/ |
D | DumpstateDevice.cpp | 395 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/ |
D | DumpstateDevice.cpp | 391 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/ |
D | DumpstateDevice.cpp | 395 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/ |
D | DumpstateDevice.cpp | 388 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/ |
D | dump_devfreq.cpp | 36 if(!access(dvfs_path[1], R_OK)) { in main()
|
D | dump_soc.cpp | 56 if(!access(path.c_str(), R_OK)){ in main()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_formats.cpp | 528 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/ |
D | mali_gralloc_formats.cpp | 528 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/ |
D | Xw32defs.h | 77 # define R_OK 4 macro
|
/device/google/gs-common/insmod/ |
D | pixel_dump.cpp | 67 if (access(DestDir, R_OK)) { in dumpLogs()
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 384 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/ |
D | GarageModeServerSideHandler.cpp | 128 while (access(mPowerStateMarkerPath.c_str(), F_OK | R_OK) < 0) { in PowerStateWatcher()
|
/device/google/sunfish/usb/gadget/ |
D | UsbGadget.cpp | 37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/bramble/usb/gadget/ |
D | UsbGadget.cpp | 37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/coral/usb/gadget/ |
D | UsbGadget.cpp | 37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/barbet/usb/gadget/ |
D | UsbGadget.cpp | 37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/redfin/usb/gadget/ |
D | UsbGadget.cpp | 37 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/gs201/usb/gadget/ |
D | UsbGadget.cpp | 73 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/zuma/usb/gadget/ |
D | UsbGadget.cpp | 73 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/gs101/usb/gadget/ |
D | UsbGadget.cpp | 73 if (access(OS_DESC_PATH, R_OK) != 0) { in UsbGadget()
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.cpp | 590 CanAccess(defaultPath, R_OK | W_OK | X_OK)) { in instances_uds_dir()
|