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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1878 char to_path[PKG_PATH_MAX]; local
1880 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path);
1887 if (validate_apk_path_subdirs(to_path)) {
1888 ALOGE("invalid app data sub-path '%s' (bad prefix)\n", to_path);
1892 const int ret = link(from_path, to_path);
1894 ALOGE("link(%s, %s) failed : %s", from_path, to_path, strerror(errno));

Completed in 94 milliseconds