Home
last modified time | relevance | path

Searched defs:ManifestFile (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/development/tools/repo_diff/service/repodiff/entities/
H A Dentities.go116 type ManifestFile struct { struct
117 Text string `xml:",chardata"`
118 Remote remote `xml:"remote"`
119 Default defaultXML `xml:"default"`
120 ManifestServer manifestServer `xml:"manifest-server"`
121 Projects []ManifestProject `xml:"project"`
122 RepoHooks repoHooks `xml:"repo-hooks"`
/aosp_15_r20/development/tools/repo_diff/service/repodiff/controllers/
H A Ddifferential.go155 common *ent.ManifestFile) error {
176 func loadTargetManifests(config ent.ApplicationConfig, common *ent.ManifestFile) (*ent.ManifestFile…
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/
H A Dmanifest.go29 type ManifestFile string type
/aosp_15_r20/development/tools/repo_diff/service/repodiff/interactors/
H A Dmanifest.go20 func extractProjectNames(m ent.ManifestFile) []string {
/aosp_15_r20/external/grpc-grpc/test/cpp/util/windows/
H A Dmanifest_file.cc42 ManifestFile::ManifestFile(const std::string& filepath) in ManifestFile() function in grpc::testing::ManifestFile
/aosp_15_r20/build/soong/jar/
H A Djar.go32 ManifestFile = MetaDir + "MANIFEST.MF" const
/aosp_15_r20/external/leveldb/db/
H A Ddb_test.cc164 class ManifestFile : public WritableFile { in NewWritableFile() class
170 ManifestFile(SpecialEnv* env, WritableFile* b) : env_(env), base_(b) {} in NewWritableFile() function in leveldb::SpecialEnv::NewWritableFile::ManifestFile