Searched refs:lstat (Results 1 – 12 of 12) sorted by relevance
/hardware/google/graphics/common/libmemtrack/ |
D | ion.cpp | 60 if (lstat(ION_DEBUG_CLIENT_PATH, &s) == 0) in ion_memtrack_get_memory()
|
/hardware/google/graphics/common/memtrack-pixel/core/ |
D | filesystem.cpp | 30 if (lstat(p.string().c_str(), &s)) in is_symlink()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 8 # define lstat stat macro
|
/hardware/google/graphics/common/libgscaler/ |
D | exynos_subdev.c | 92 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_subdev_get_node_num() 152 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_subdev_open_devname()
|
D | libgscaler_obj.cpp | 144 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_v4l2_open_devname()
|
/hardware/google/graphics/common/libv4l2/ |
D | exynos_subdev.c | 89 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_subdev_get_node_num() 149 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_subdev_open_devname()
|
D | exynos_v4l2.c | 128 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_v4l2_open_devname()
|
/hardware/google/aemu/base/testing/ |
D | file_io.cpp | 105 return lstat(path, buf); in android_lstat()
|
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/ |
D | wcnss_service.c | 247 rc = lstat(dr->d_name, &st); in find_full_path()
|
/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 276 rc = lstat(dr->d_name, &st); in find_full_path()
|
/hardware/qcom/bootctrl/ |
D | boot_control.cpp | 133 if (lstat(dev_path, &st)) { in stat_block_device()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | xmlconfig.c | 1013 if ((lstat(ent->d_name, &st) != 0) || in scandir_filter()
|