Searched refs:kActiveRoot (Results 1 – 1 of 1) sorted by relevance
35 static const char kActiveRoot[] = "/dev/ACTIVE_ROOT"; variable228 if ((symlink(path, kActiveRoot)) && errno != EEXIST) { in rootdev_symlink_active()229 warn("failed to symlink %s -> %s", kActiveRoot, path); in rootdev_symlink_active()243 if ((stat(kActiveRoot, &active_root_statbuf) == 0) && in rootdev_get_device()247 ssize_t len = readlink(kActiveRoot, dst, PATH_MAX); in rootdev_get_device()