Searched refs:to_path (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.cpp | 2110 char to_path[PKG_PATH_MAX]; in link_file() local 2112 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path); in link_file() 2119 if (validate_apk_path_subdirs(to_path)) { in link_file() 2120 ALOGE("invalid app data sub-path '%s' (bad prefix)\n", to_path); in link_file() 2124 const int ret = link(from_path, to_path); in link_file() 2126 ALOGE("link(%s, %s) failed : %s", from_path, to_path, strerror(errno)); in link_file()
|