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

/system/core/init/
H A Dbuiltins.cpp645 static int MakeSymlink(const std::string& target, const std::string& linkpath) { argument
648 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) {
652 int rc = symlink(target.c_str(), linkpath.c_str());

Completed in 62 milliseconds