Searched refs:lstat (Results 1 – 13 of 13) sorted by relevance
/system/core/adb/sysdeps/ |
D | stat.h | 44 #define lstat adb_stat macro
|
/system/core/adb/ |
D | file_sync_service.cpp | 111 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()
|
D | file_sync_client.cpp | 818 if (lstat(stat_path.c_str(), &st) == -1) { in local_build_list()
|
/system/tpm/attestation/server/ |
D | attestationd-seccomp-amd64.policy | 59 lstat: 1
|
/system/core/run-as/ |
D | run-as.cpp | 70 if (TEMP_FAILURE_RETRY(lstat(path, &st)) == -1) return false; in check_directory()
|
/system/update_engine/common/ |
D | utils.cc | 568 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/ |
D | Process.cpp | 39 if (lstat(path, &s) < 0) in readSymLink()
|
/system/core/libcutils/ |
D | fs.c | 46 if (TEMP_FAILURE_RETRY(lstat(path, &sb)) == -1) { in fs_prepare_path_impl()
|
/system/core/base/ |
D | file.cpp | 179 int result = lstat(path.c_str(), &st); in RemoveFileIfExists()
|
/system/core/cpio/ |
D | mkbootfs.c | 241 if(lstat(in, &s)) die("could not stat '%s'\n", in); in _archive()
|
/system/core/sdcard/ |
D | fuse.cpp | 516 if (lstat(path, &s) == -1) { in fuse_reply_entry() 543 if (lstat(path, &s) == -1) { in fuse_reply_attr()
|
/system/extras/ext4_utils/ |
D | make_ext4fs.c | 207 ret = lstat(dentries[i].full_path, &stat); in build_directory_structure()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 475 if (!lstat(target, &info)) in __mount()
|