Searched refs:upath (Results 1 - 3 of 3) sorted by relevance

/external/qemu/util/
H A Dqemu-sockets-android.c490 const char *upath; local
494 upath = path;
499 upath = unpath;
511 sock = socket_unix_server(upath, SOCKET_STREAM);
514 fprintf(stderr, "bind(unix:%s): %s\n", upath, errno_str);
519 fprintf(stderr, "bind(unix:%s): OK\n", upath);
/external/strace/
H A Dpathtrace.c61 upathmatch(struct tcb *tcp, unsigned long upath) argument
65 return umovestr(tcp, upath, sizeof path, path) > 0 &&
/external/mksh/src/
H A Dmisc.c1383 do_realpath(const char *upath) argument
1402 if (upath[0] == '/') {
1403 /* upath is an absolute pathname */
1404 strdupx(ipath, upath, ATEMP);
1406 /* upath is a relative pathname, prepend cwd */
1409 ipath = shf_smprintf("%s%s%s", tp, "/", upath);
1413 /* ipath and upath are in memory at the same time -> unchecked */

Completed in 103 milliseconds