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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2219 char to_path[PKG_PATH_MAX]; local
2221 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path);
2227 if (validate_apk_path_subdirs(to_path)) {
2228 return error(StringPrintf("Invalid to path %s", to_path));
2231 if (link(from_path, to_path) < 0) {
2232 return error(StringPrintf("Failed to link from %s to %s", from_path, to_path));

Completed in 64 milliseconds