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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2218 char from_path[PKG_PATH_MAX]; local
2220 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path);
2223 if (validate_apk_path_subdirs(from_path)) {
2224 return error(StringPrintf("Invalid from path %s", from_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 747 milliseconds