Searched refs:from_path (Results 1 – 1 of 1) sorted by relevance
3552 char from_path[PKG_PATH_MAX]; in linkFile() local3554 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path); in linkFile()3557 if (validate_apk_path_subdirs(from_path)) { in linkFile()3558 return error(StringPrintf("Invalid from path %s", from_path)); in linkFile()3565 if (link(from_path, to_path) < 0) { in linkFile()3566 return error(StringPrintf("Failed to link from %s to %s", from_path, to_path)); in linkFile()