Lines Matching refs:Path
448 link(ctx ModuleContext, flags Flags, deps PathDeps, objFiles common.Paths) common.Path
453 install(ctx ModuleContext, path common.Path) argument
786 outputFiles = append(outputFiles, outputFile.Path())
864 depPaths.ObjFiles = append(depPaths.ObjFiles, output.Path())
1207 func (installer *baseInstaller) install(ctx ModuleContext, file common.Path) {
1377 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1398 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1411 linkerDeps = append(linkerDeps, versionScript.Path())
1428 linkerDeps = append(linkerDeps, unexportedSymbols.Path())
1432 linkerDeps = append(linkerDeps, forceNotWeakSymbols.Path())
1436 linkerDeps = append(linkerDeps, forceWeakSymbols.Path())
1451 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1453 var out common.Path
1485 func (library *libraryInstaller) install(ctx ModuleContext, file common.Path) {
1548 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1552 var outputFile common.Path
1720 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1818 func (installer *testInstaller) install(ctx ModuleContext, file common.Path) {
1999 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
2027 ext string, version string) common.Path {
2052 deps PathDeps, objFiles common.Paths) common.Path {
2089 deps PathDeps, objFiles common.Paths) common.Path {
2148 deps PathDeps, objFiles common.Paths) common.Path {