Lines Matching refs:filepath
301 snapshotDir = filepath.Join("fake", snapshotDir)
303 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch())
305 includeDir := filepath.Join(snapshotArchDir, "include")
306 configsDir := filepath.Join(snapshotArchDir, "configs")
307 noticeDir := filepath.Join(snapshotArchDir, "NOTICE_FILES")
351 prop.InitRc = append(prop.InitRc, filepath.Join("configs", path.Base()))
354 prop.VintfFragments = append(prop.VintfFragments, filepath.Join("configs", path.Base()))
359 out := filepath.Join(configsDir, path.Base())
374 prop.ExportedDirs = append(prop.ExportedDirs, filepath.Join("include", dir.String()))
377 … prop.ExportedSystemDirs = append(prop.ExportedSystemDirs, filepath.Join("include", dir.String()))
411 ext := filepath.Ext(stem)
417 snapshotLibOut := filepath.Join(snapshotArchDir, targetArch, libType, stem)
423 propOut = filepath.Join(snapshotArchDir, targetArch, libType, stem+".json")
431 snapshotBinOut := filepath.Join(snapshotArchDir, targetArch, "binary", binPath.Base())
438 snapshotObjOut := filepath.Join(snapshotArchDir, targetArch, "object",
439 ctx.ModuleName(m)+filepath.Ext(objPath.Base()))
498 noticeOut := filepath.Join(noticeDir, noticeName)
509 …snapshotOutputs = append(snapshotOutputs, copyFile(ctx, header, filepath.Join(includeDir, header.S…