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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2364 char from_path[PKG_PATH_MAX]; local
2366 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path);
2369 if (validate_apk_path_subdirs(from_path)) {
2370 return error(StringPrintf("Invalid from path %s", from_path));
2377 if (link(from_path, to_path) < 0) {
2378 return error(StringPrintf("Failed to link from %s to %s", from_path, to_path));

Completed in 57 milliseconds