Lines Matching refs:apiDir
80 func (m *aidlApi) apiDir() string { func
110 var apiDir android.WritablePath
114 apiDir = android.PathForModuleOut(ctx, "dump")
143 "outDir": apiDir.String(),
148 return apiDump{apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
154 targetDir := filepath.Join(moduleDir, m.apiDir(), version)
350 currentApiDir := android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion)
356 …hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"),
379 apiDir := filepath.Join(ctx.ModuleDir(), m.apiDir(), ver)
380 apiDirPath := android.ExistentPathForSource(ctx, apiDir)
385 hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), ver, ".hash"),
388 ctx.AddMissingDependencies([]string{apiDir})
390 ctx.ModuleErrorf("API version %s path %s does not exist", ver, apiDir)