Searched defs:newpath (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/common/
H A Dtest_utils.h79 inline int Symlink(const std::string& oldpath, const std::string& newpath) { argument
80 return symlink(oldpath.c_str(), newpath.c_str());

Completed in 71 milliseconds