Home
last modified time | relevance | path

Searched refs:open_vroot (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/make/lib/vroot/
H A Dopen.cc42 int open_vroot(char *path, int flags, int mode, pathpt vroot_path, pathpt vroot_vroot) in open_vroot() function
/titanic_50/usr/src/cmd/make/include/vroot/
H A Dvroot.h47 extern int open_vroot(char *path, int flags, int mode, pathpt vroot_path, pathpt vroot_vroot);
/titanic_50/usr/src/cmd/make/bin/
H A Dar.cc278 fd = open_vroot(filename, O_RDONLY, 0, NULL, VROOT_DEFAULT); in open_archive()
H A Dread.cc290 source->fd = open_vroot(makefile_name->string_mb, in read_simple_file()