Symbol: rw_read
usr/src/cmd/make/lib/vroot/access.cc
40
translate_with_thunk(path, access_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/chdir.cc
39
translate_with_thunk(path, chdir_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/chmod.cc
44
translate_with_thunk(path, chmod_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/chown.cc
45
translate_with_thunk(path, chown_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/chroot.cc
42
translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/execve.cc
48
translate_with_thunk(path, execve_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/lstat.cc
44
translate_with_thunk(path, lstat_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/mount.cc
45
translate_with_thunk(target, mount_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/open.cc
47
((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read);
usr/src/cmd/make/lib/vroot/readlink.cc
44
translate_with_thunk(path, readlink_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/rmdir.cc
42
translate_with_thunk(path, rmdir_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/stat.cc
44
translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/truncate.cc
43
translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/unlink.cc
42
translate_with_thunk(path, unlink_thunk, vroot_path, vroot_vroot, rw_read);
usr/src/cmd/make/lib/vroot/utimes.cc
44
translate_with_thunk(path, utimes_thunk, vroot_path, vroot_vroot, rw_read);