Searched refs:from_path (Results 1 – 1 of 1) sorted by relevance
2708 char from_path[PKG_PATH_MAX]; in linkFile() local2710 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path); in linkFile()2713 if (validate_apk_path_subdirs(from_path)) { in linkFile()2714 return error(StringPrintf("Invalid from path %s", from_path)); in linkFile()2721 if (link(from_path, to_path) < 0) { in linkFile()2722 return error(StringPrintf("Failed to link from %s to %s", from_path, to_path)); in linkFile()