Home
last modified time | relevance | path

Searched refs:apiDir (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/build/
Daidl_interface.go544 func (m *aidlApi) apiDir() string { func
585 var apiDir android.WritablePath
589 apiDir = android.PathForModuleOut(ctx, "dump")
615 "outDir": apiDir.String(),
620 return apiDump{apiDir, apiFiles.Paths(), android.OptionalPathForPath(hashFile)}
628 targetDir := filepath.Join(modulePath, m.apiDir(), version)
752 currentApiDir := android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion)
758 …hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"),
781 apiDir := filepath.Join(ctx.ModuleDir(), m.apiDir(), ver)
782 apiDirPath := android.ExistentPathForSource(ctx, apiDir)
[all …]