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

/frameworks/native/cmds/installd/
H A Dcommands.h69 int link_file(const char *relative_path, const char *from_base, const char *to_base);
H A Dcommands.cpp1876 int link_file(const char* relative_path, const char* from_base, const char* to_base) { argument
1880 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path);

Completed in 319 milliseconds