Home
last modified time | relevance | path

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

/system/core/toolbox/
Dls.c117 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()
Drm.c28 if (lstat(name, &st) < 0) in unlink_recursive()
Drestorecon.c125 rc = lstat(argv[i], &sb); in restorecon_main()
Dwipe.c118 ret = lstat (nameBuffer, &statBuffer); in wipe()
/system/core/toolbox/cp/
Dcp.c242 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()
Dutils.c153 lstat(to.p_path, &sb) : stat(to.p_path, &sb); in copy_file()
/system/core/adb/
Dfile_sync_service.c63 if(lstat(path, &st)) { in do_stat()
105 if(lstat(tmp, &st) == 0) { in do_list()
Dsysdeps.h86 #define lstat stat /* no symlinks on Win32 */ macro
Dfile_sync_client.c643 if(lstat(ci->src, &st)) { in local_build_list()
/system/core/libcutils/
Dfs.c43 if (TEMP_FAILURE_RETRY(lstat(path, &sb)) == -1) { in fs_prepare_dir()
/system/vold/
DProcess.cpp39 if (lstat(path, &s) < 0) in readSymLink()
/system/core/sh/
Dcd.c187 if ((lstat(stackblock(), &statb) < 0) in docd()
Dexpand.c1183 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()
/system/core/run-as/
Dpackage.c174 ret = lstat(path, &st); in check_directory_ownership()
/system/core/cpio/
Dmkbootfs.c234 if(lstat(in, &s)) die("could not stat '%s'\n", in); in _archive()
/system/core/init/
Dutil.c505 if (lstat(pathname, &sb) < 0) in restorecon()
/system/extras/tests/fstest/
Dperm_checker.c369 err = lstat(name, &s); in check_path()
/system/extras/ext4_utils/
Dmake_ext4fs.c156 ret = lstat(dentries[i].full_path, &stat); in build_directory_structure()
/system/core/sdcard/
Dsdcard.c774 if (lstat(path, &s) < 0) { in fuse_reply_entry()
801 if (lstat(path, &s) < 0) { in fuse_reply_attr()