Home
last modified time | relevance | path

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

/system/core/adb/sysdeps/
Dstat.h44 #define lstat adb_stat macro
/system/core/adb/
Dfile_sync_service.cpp111 lstat(path, &st); in do_lstat_v1()
126 stat_fn = lstat; in do_stat_v2()
162 if (lstat(filename.c_str(), &st) == 0) { in do_list()
382 bool do_unlink = (lstat(path.c_str(), &st) == -1) || S_ISREG(st.st_mode) || S_ISLNK(st.st_mode); in do_send()
Dfile_sync_client.cpp818 if (lstat(stat_path.c_str(), &st) == -1) { in local_build_list()
/system/tpm/attestation/server/
Dattestationd-seccomp-amd64.policy59 lstat: 1
/system/core/run-as/
Drun-as.cpp70 if (TEMP_FAILURE_RETRY(lstat(path, &st)) == -1) return false; in check_directory()
/system/update_engine/common/
Dutils.cc568 return 0 == lstat(path, &stbuf); in FileExists()
573 return lstat(path, &stbuf) == 0 && S_ISLNK(stbuf.st_mode) != 0; in IsSymlink()
715 if (lstat(mountpoint.c_str(), &stdir) != 0) { in IsMountpoint()
724 if (lstat(parent.value().c_str(), &stparent) != 0) { in IsMountpoint()
/system/vold/
DProcess.cpp39 if (lstat(path, &s) < 0) in readSymLink()
/system/core/libcutils/
Dfs.c46 if (TEMP_FAILURE_RETRY(lstat(path, &sb)) == -1) { in fs_prepare_path_impl()
/system/core/base/
Dfile.cpp179 int result = lstat(path.c_str(), &st); in RemoveFileIfExists()
/system/core/cpio/
Dmkbootfs.c241 if(lstat(in, &s)) die("could not stat '%s'\n", in); in _archive()
/system/core/sdcard/
Dfuse.cpp516 if (lstat(path, &s) == -1) { in fuse_reply_entry()
543 if (lstat(path, &s) == -1) { in fuse_reply_attr()
/system/extras/ext4_utils/
Dmake_ext4fs.c207 ret = lstat(dentries[i].full_path, &stat); in build_directory_structure()
/system/core/fs_mgr/
Dfs_mgr.cpp475 if (!lstat(target, &info)) in __mount()