Searched refs:sPath (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/drm/drmserver/ |
H A D | PlugInManager.h | 50 String8 sPath; member 57 sPath("") in _PlugInContainer() 148 pPlugInContainer->sPath = rsPlugInPath; in loadPlugIn()
|
/aosp12/build/soong/android/ |
H A D | paths.go | 546 func expandOneSrcPath(ctx ModuleWithDepsPathContext, sPath string, expandedExcludes []string) (Path… 559 if m, t := SrcIsModuleWithTag(sPath); m != "" { 560 modulePaths, err := getPathsFromModuleDep(ctx, sPath, m, t) 566 } else if pathtools.IsGlob(sPath) { 567 paths := GlobFiles(ctx, pathForModuleSrc(ctx, sPath).String(), expandedExcludes) 570 p := pathForModuleSrc(ctx, sPath)
|