gvisor/test/util
Dean Deng f47eaffd5c Do not consider symlinks as directories in fs utils.
IsDirectory() is used in RecursivelyDelete(), which should not follow symlinks.
The only other use (syscalls/linux/rename.cc) is not affected by this change.

Updates #1366.

PiperOrigin-RevId: 284803968
2019-12-10 11:09:44 -08:00
..
BUILD Add RunfilesPath to test_util 2019-12-03 12:47:03 -08:00
capability_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability_util.h Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
cleanup.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
epoll_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
epoll_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
eventfd_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
file_descriptor.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
fs_util.cc Do not consider symlinks as directories in fs utils. 2019-12-10 11:09:44 -08:00
fs_util.h test/perf: optimize the getdents test 2019-10-18 15:01:40 -07:00
fs_util_test.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
logging.cc Fix suggestions from clang. 2019-06-28 15:32:29 -07:00
logging.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
memory_util.h Deflake aio_test. 2019-09-05 16:36:44 -07:00
mount_util.h Import and structure cleanup. 2019-11-21 11:41:30 -08:00
multiprocess_util.cc Add basic implementation of execveat syscall and associated tests. 2019-10-21 14:55:18 -07:00
multiprocess_util.h Handle AT_EMPTY_PATH flag in execveat. 2019-10-23 22:23:05 -07:00
posix_error.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
posix_error.h Fix suggestions from clang. 2019-06-28 15:32:29 -07:00
posix_error_test.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
proc_util.cc Honor X bit on extra anon pages in PT_LOAD segments 2019-10-01 11:30:36 -07:00
proc_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
proc_util_test.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pty_util.cc Check that a file is a regular file with open(O_TRUNC). 2019-11-14 16:08:34 -08:00
pty_util.h Check that a file is a regular file with open(O_TRUNC). 2019-11-14 16:08:34 -08:00
rlimit_util.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
rlimit_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
save_util.cc Internal change. 2019-08-26 14:07:17 -07:00
save_util.h Internal change. 2019-08-26 14:07:17 -07:00
save_util_linux.cc Internal change. 2019-08-26 14:07:17 -07:00
save_util_other.cc Internal change. 2019-08-26 14:07:17 -07:00
signal_util.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
signal_util.h Import and structure cleanup. 2019-11-21 11:41:30 -08:00
temp_path.cc Fix suggestions from clang. 2019-06-28 15:32:29 -07:00
temp_path.h Import and structure cleanup. 2019-11-21 11:41:30 -08:00
test_main.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
test_util.cc Allow syscall tests to run with hostinet. 2019-12-04 23:45:49 -08:00
test_util.h Allow syscall tests to run with hostinet. 2019-12-04 23:45:49 -08:00
test_util_impl.cc Extract linux-specific test setup to separate file 2019-11-13 13:21:50 -08:00
test_util_runfiles.cc Add RunfilesPath to test_util 2019-12-03 12:47:03 -08:00
test_util_test.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
thread_util.h Internal change. 2019-08-26 14:07:17 -07:00
time_util.cc Extract SleepSafe from test_util 2019-05-24 12:58:46 -07:00
time_util.h Extract SleepSafe from test_util 2019-05-24 12:58:46 -07:00
timer_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
timer_util.h Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
uid_util.cc Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00
uid_util.h Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00