Lines Matching refs:linkFile
2589 linkFile := ccDep.OutputFile()
2693 linkFile = android.OptionalPathForPath(sharedLibraryInfo.SharedLibrary)
2728 linkFile = android.OptionalPathForPath(staticLibraryInfo.StaticLibrary)
2744 …Paths.WholeStaticLibsFromPrebuilts = append(depPaths.WholeStaticLibsFromPrebuilts, linkFile.Path())
2786 if !linkFile.Valid() {
2794 *ptr = append(*ptr, linkFile.Path())
2800 dep = linkFile
2864 depPaths.Objs.objFiles = append(depPaths.Objs.objFiles, linkFile.Path())
2866 depPaths.CrtBegin = linkFile
2868 depPaths.CrtEnd = linkFile
2870 depPaths.DynamicLinker = linkFile