HomeSort by relevance Sort by last modified time
    Searched full:lstat (Results 1 - 25 of 1219) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
trace_lstat.in 0 lstat -a32
trace_lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_lstat test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full
trace_stat_like.in 4 lstat -a32
lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (lstat -a32 -v -P stat.sample -P /dev/full); do not edit.
  /external/strace/tests-m32/
trace_lstat.in 0 lstat -a32
trace_lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_lstat test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full
trace_stat_like.in 4 lstat -a32
lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (lstat -a32 -v -P stat.sample -P /dev/full); do not edit.
  /external/strace/tests-mx32/
trace_lstat.in 0 lstat -a32
trace_lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_lstat test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full
trace_stat_like.in 4 lstat -a32
lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (lstat -a32 -v -P stat.sample -P /dev/full); do not edit.
  /external/e2fsprogs/include/mingw/sys/
stat.h 8 #ifndef lstat
9 #define lstat stat macro
  /prebuilts/go/darwin-x86/src/path/filepath/
export_test.go 7 var LstatP = &lstat
  /prebuilts/go/linux-x86/src/path/filepath/
export_test.go 7 var LstatP = &lstat
  /prebuilts/go/darwin-x86/src/os/
export_test.go 10 var LstatP = &lstat
stat_unix.go 40 // Lstat returns a FileInfo describing the named file.
42 // describes the symbolic link. Lstat makes no attempt to follow the link.
44 func Lstat(name string) (FileInfo, error) {
46 err := syscall.Lstat(name, &fs.sys)
48 return nil, &PathError{"lstat", name, err}
stat_windows.go 66 fi, err = Lstat(name)
81 // Lstat returns the FileInfo structure describing the named file.
83 // describes the symbolic link. Lstat makes no attempt to follow the link.
85 func Lstat(name string) (FileInfo, error) {
87 return nil, &PathError{"Lstat", name, syscall.Errno(syscall.ERROR_PATH_NOT_FOUND)}
95 return nil, &PathError{"Lstat", name, e}
  /prebuilts/go/linux-x86/src/os/
export_test.go 10 var LstatP = &lstat
stat_unix.go 40 // Lstat returns a FileInfo describing the named file.
42 // describes the symbolic link. Lstat makes no attempt to follow the link.
44 func Lstat(name string) (FileInfo, error) {
46 err := syscall.Lstat(name, &fs.sys)
48 return nil, &PathError{"lstat", name, err}
  /external/ltp/testcases/kernel/syscalls/lstat/
lstat03.c 24 * Verify that, lstat(2) succeeds to get the status of a file pointed to by
28 * lstat() should return value 0 on success and the stat structure elements
73 TEST(lstat(SFILE, &stat_buf));
76 tst_resm(TFAIL | TTERRNO, "lstat(%s) failed", SFILE);
84 tst_resm(TFAIL, "Functionality of lstat(2) on "
87 tst_resm(TPASS, "Functionality of lstat(2) on "
lstat02.c 22 * 1) lstat(2) returns -1 and sets errno to EACCES if search permission is
24 * 2) lstat(2) returns -1 and sets errno to ENOENT if the specified file
26 * 3) lstat(2) returns -1 and sets errno to EFAULT if pathname points
28 * 4) lstat(2) returns -1 and sets errno to ENAMETOOLONG if the pathname
30 * 5) lstat(2) returns -1 and sets errno to ENOTDIR if the directory
32 * 6) lstat(2) returns -1 and sets errno to ELOOP if the pathname has too
164 TEST(lstat(test_cases[i].pathname, &stat_buf));
167 tst_resm(TFAIL, "lstat() returned %ld, expected -1, errno=%d",
173 tst_resm(TPASS | TTERRNO, "lstat() failed as expected");
176 "lstat() failed unexpectedly; expected: %d - %s"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build_test.go 14 fi, err := os.Lstat(os.DevNull)
19 t.Errorf("Lstat(%s).Mode().IsRegular() = true; expected false", os.DevNull)
22 _, err = os.Lstat(os.DevNull)
  /prebuilts/go/linux-x86/src/cmd/go/
build_test.go 14 fi, err := os.Lstat(os.DevNull)
19 t.Errorf("Lstat(%s).Mode().IsRegular() = true; expected false", os.DevNull)
22 _, err = os.Lstat(os.DevNull)
  /external/openssh/regress/
sftp-perm.sh 151 "realpath,stat,lstat,read,close" \
159 "realpath,stat,lstat,open,close" \
167 "realpath,stat,lstat,open,close" \
174 "lstat" \
183 "realpath,readdir,stat,lstat" \
188 "realpath,opendir,stat,lstat" \
193 "realpath,stat,lstat" \
201 "realpath,stat,lstat" \
209 "realpath,stat,lstat" \
217 "realpath,stat,lstat" \
    [all...]

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>