HomeSort by relevance Sort by last modified time
    Searched refs:upath (Results 1 - 3 of 3) sorted by null

  /external/qemu/
qemu-sockets-android.c 490 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);
  /system/core/init/
devices.c 126 void fixup_sys_perms(const char *upath)
138 if (strncmp(upath, dp->name + 4, strlen(dp->name + 4)))
141 if (strcmp(upath, dp->name + 4))
145 if ((strlen(upath) + strlen(dp->attr) + 6) > sizeof(buf))
148 sprintf(buf,"/sys%s/%s", upath, dp->attr);
187 const char *upath,
  /external/mksh/src/
misc.c 1243 do_realpath(const char *upath)
1262 if (upath[0] == '/') {
1263 /* upath is an absolute pathname */
1264 strdupx(ipath, upath, ATEMP);
1266 /* upath is a relative pathname, prepend cwd */
1269 ipath = shf_smprintf("%s%s%s", tp, "/", upath);
1273 /* ipath and upath are in memory at the same time -> unchecked */
    [all...]

Completed in 713 milliseconds