Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 12 of 12) sorted by relevance

/hardware/google/graphics/common/libmemtrack/
Dion.cpp60 if (lstat(ION_DEBUG_CLIENT_PATH, &s) == 0) in ion_memtrack_get_memory()
/hardware/google/graphics/common/memtrack-pixel/core/
Dfilesystem.cpp30 if (lstat(p.string().c_str(), &s)) in is_symlink()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h8 # define lstat stat macro
/hardware/google/graphics/common/libgscaler/
Dexynos_subdev.c92 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()
Dlibgscaler_obj.cpp144 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_v4l2_open_devname()
/hardware/google/graphics/common/libv4l2/
Dexynos_subdev.c89 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()
Dexynos_v4l2.c128 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) && in exynos_v4l2_open_devname()
/hardware/google/aemu/base/testing/
Dfile_io.cpp105 return lstat(path, buf); in android_lstat()
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/
Dwcnss_service.c247 rc = lstat(dr->d_name, &st); in find_full_path()
/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c276 rc = lstat(dr->d_name, &st); in find_full_path()
/hardware/qcom/bootctrl/
Dboot_control.cpp133 if (lstat(dev_path, &st)) { in stat_block_device()
/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.c1013 if ((lstat(ent->d_name, &st) != 0) || in scandir_filter()