Searched refs:lstat (Results 1 – 19 of 19) sorted by relevance
/system/core/toolbox/ |
D | ls.c | 117 if (lstat(tmp, &s) < 0) { in show_total_size() 318 if(lstat(pathname, &s) < 0) { in listfile() 389 err = lstat(tmp, &s); in listdir() 425 err = lstat(name, &s); in listpath()
|
D | rm.c | 28 if (lstat(name, &st) < 0) in unlink_recursive()
|
D | restorecon.c | 125 rc = lstat(argv[i], &sb); in restorecon_main()
|
D | wipe.c | 118 ret = lstat (nameBuffer, &statBuffer); in wipe()
|
/system/core/toolbox/cp/ |
D | cp.c | 242 r = lstat(to.p_path, &to_stat); in cp_main() 266 r = lstat(*argv, &tmp_stat); in cp_main() 423 sval = Pflag ? lstat(to.p_path, &to_stat) : stat(to.p_path, &to_stat); in copy()
|
D | utils.c | 153 lstat(to.p_path, &sb) : stat(to.p_path, &sb); in copy_file()
|
/system/core/adb/ |
D | file_sync_service.c | 63 if(lstat(path, &st)) { in do_stat() 105 if(lstat(tmp, &st) == 0) { in do_list()
|
D | sysdeps.h | 86 #define lstat stat /* no symlinks on Win32 */ macro
|
D | file_sync_client.c | 643 if(lstat(ci->src, &st)) { in local_build_list()
|
/system/core/libcutils/ |
D | fs.c | 43 if (TEMP_FAILURE_RETRY(lstat(path, &sb)) == -1) { in fs_prepare_dir()
|
/system/vold/ |
D | Process.cpp | 39 if (lstat(path, &s) < 0) in readSymLink()
|
/system/core/sh/ |
D | cd.c | 187 if ((lstat(stackblock(), &statb) < 0) in docd()
|
D | expand.c | 1183 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()
|
/system/core/run-as/ |
D | package.c | 174 ret = lstat(path, &st); in check_directory_ownership()
|
/system/core/cpio/ |
D | mkbootfs.c | 234 if(lstat(in, &s)) die("could not stat '%s'\n", in); in _archive()
|
/system/core/init/ |
D | util.c | 505 if (lstat(pathname, &sb) < 0) in restorecon()
|
/system/extras/tests/fstest/ |
D | perm_checker.c | 369 err = lstat(name, &s); in check_path()
|
/system/extras/ext4_utils/ |
D | make_ext4fs.c | 156 ret = lstat(dentries[i].full_path, &stat); in build_directory_structure()
|
/system/core/sdcard/ |
D | sdcard.c | 774 if (lstat(path, &s) < 0) { in fuse_reply_entry() 801 if (lstat(path, &s) < 0) { in fuse_reply_attr()
|