Searched refs:cpath (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | utils.ml | 102 let cpath = path_complete path connection_path in 103 if String.get cpath 0 <> '/' then 106 cpath
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 1167 var cpath *C.char 1168 …bxl_console_get_tty(Ctx.ctx, C.uint32_t(id), C.int(consNum), C.libxl_console_type(conType), &cpath) 1173 defer C.free(cpath) 1175 path = C.GoString(cpath) 1187 var cpath *C.char 1188 ret := C.libxl_primary_console_get_tty(Ctx.ctx, C.uint32_t(domid), &cpath) 1193 defer C.free(cpath) 1195 path = C.GoString(cpath)
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 1242 char *location, *cpath, *cdir, *path; in vhd_find_parent() local 1246 cpath = NULL; in vhd_find_parent() 1264 cpath = realpath(ctx->file, NULL); in vhd_find_parent() 1265 if (!cpath) { in vhd_find_parent() 1270 cdir = dirname(cpath); in vhd_find_parent() 1288 free(cpath); in vhd_find_parent()
|
Completed in 13 milliseconds