Lines Matching defs:string

52 func (NullPathContext) AddNinjaFileDeps(...string) {}
69 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {
79 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {
145 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) {
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
243 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath {
254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
348 func PathsForSource(ctx PathContext, paths []string) Paths {
359 func ExistentPathsForSources(ctx PathContext, paths []string) Paths {
385 func PathsForModuleSrc(ctx ModuleMissingDepsPathContext, paths []string) Paths {
406 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths {
448 func getPathsFromModuleDep(ctx ModuleWithDepsPathContext, path, moduleName, tag string) (Paths, err…
490 …ssingDepsForModuleSrcExcludes(ctx ModuleWithDepsPathContext, paths, excludes []string) (Paths, []s…
546 func expandOneSrcPath(ctx ModuleWithDepsPathContext, sPath string, expandedExcludes []string) (Path…
589 func pathsForModuleSrcFromFullPath(ctx EarlyModulePathContext, paths []string, incDirs bool) Paths {
620 …thOptionalDefaultForModuleSrc(ctx ModuleMissingDepsPathContext, input []string, def string) Paths {
795 func (p Paths) HasExt(ext string) bool {
806 func (p Paths) FilterByExt(ext string) Paths {
817 func (p Paths) FilterOutByExt(ext string) Paths {
842 func (p DirectorySortedPaths) PathsInDirectory(dir string) Paths {
924 func (p basePath) withRel(rel string) basePath {
945 func (p SourcePath) withRel(rel string) SourcePath {
952 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
968 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1011 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath {
1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath {
1070 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1079 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1124 func (p OutputPath) withRel(rel string) OutputPath {
1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1174 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath {
1181 func PathForOutput(ctx PathContext, pathComponents ...string) OutputPath {
1192 func PathsForOutput(ctx PathContext, paths []string) WritablePaths {
1208 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath {
1217 func (p OutputPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1227 func (p OutputPath) InSameDir(ctx PathContext, paths ...string) OutputPath {
1240 func PathForIntermediates(ctx PathContext, paths ...string) OutputPath {
1254 func PathForModuleSrc(ctx ModuleMissingDepsPathContext, pathComponents ...string) Path {
1280 func pathForModuleSrc(ctx EarlyModulePathContext, paths ...string) SourcePath {
1299 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths {
1311 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path {
1319 func OptionalPathForModuleSrc(ctx ModuleMissingDepsPathContext, p *string) OptionalPath {
1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1330 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1352 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1371 func PathForVndkRefAbiDump(ctx ModuleInstallPathContext, version, fileName string,
1409 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1449 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1454 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1474 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath {
1498 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {
1540 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1571 func (p InstallPath) Join(ctx PathContext, paths ...string) InstallPath {
1579 func (p InstallPath) withRel(rel string) InstallPath {
1593 func PathForModuleInstall(ctx ModuleInstallPathContext, pathComponents ...string) InstallPath {
1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
1615 pathComponents ...string) InstallPath {
1657 func pathForNdkOrSdkInstall(ctx PathContext, prefix string, paths []string) InstallPath {
1667 func PathForNdkInstall(ctx PathContext, paths ...string) InstallPath {
1671 func PathForMainlineSdksInstall(ctx PathContext, paths ...string) InstallPath {
1768 func validateSafePath(pathComponents ...string) (string, error) {
1784 func validatePath(pathComponents ...string) (string, error) {
1793 func PathForPhony(ctx PathContext, phony string) WritablePath {
1818 func (p PhonyPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1842 func PathForTesting(paths ...string) Path {
1851 func PathsForTesting(strs ...string) Paths {
1865 func (x *testPathContext) AddNinjaFileDeps(...string) {}
1894 func (testModuleInstallPathContext) AddNinjaFileDeps(deps ...string) {}
1948 func Rel(ctx PathContext, basePath string, targetPath string) string {
1959 func MaybeRel(ctx PathContext, basePath string, targetPath string) (string, bool) {
1967 func maybeRelErr(basePath string, targetPath string) (string, bool, error) {
2000 func absolutePath(path string) string {