Home
last modified time | relevance | path

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

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