Searched refs:toBase (Results 1 – 4 of 4) sorted by relevance
83 @utf8InCpp String toBase); in linkFile() argument
459 public void linkFile(String relativePath, String fromBase, String toBase) in linkFile() argument463 mInstalld.linkFile(relativePath, fromBase, toBase); in linkFile()
120 const std::string& toBase);
2355 const std::string& fromBase, const std::string& toBase) { in linkFile() argument2358 CHECK_ARGUMENT_PATH(toBase); in linkFile()2363 const char* to_base = toBase.c_str(); in linkFile()