Searched refs:newpath (Results 1 – 1 of 1) sorted by relevance
79 inline int Symlink(const std::string& oldpath, const std::string& newpath) { in Symlink() argument80 return symlink(oldpath.c_str(), newpath.c_str()); in Symlink()