Searched refs:in_path (Results 1 – 6 of 6) sorted by relevance
156 char *in_path = NULL; in assert_verify() local172 in_path = optarg; in assert_verify()191 in_f = open_read(in_path); in assert_verify()
107 char *in_path = NULL; in cred_verify() local130 in_path = optarg; in cred_verify()149 in_f = open_read(in_path); in cred_verify()
142 char *in_path = NULL; in cred_make() local168 in_path = optarg; in cred_make()196 in_f = open_read(in_path); in cred_make()
215 char *in_path = NULL; in assert_get() local237 in_path = optarg; in assert_get()270 in_f = open_read(in_path); in assert_get()
247 do_unmount(const impl::path& in_path) in do_unmount() argument252 const impl::path& abs_path = in_path.is_absolute() ? in do_unmount()253 in_path : in_path.to_absolute(); in do_unmount()263 throw tools::system_error(IMPL_NAME "::cleanup(" + in_path.str() + in do_unmount()
189 static int create_paths(char **blob, const char *in_path) in create_paths() argument191 const char *path = in_path; in create_paths()