Searched defs:ManifestFile (Results 1 – 7 of 7) sorted by relevance
116 type ManifestFile struct { struct117 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"`
155 common *ent.ManifestFile) error {176 func loadTargetManifests(config ent.ApplicationConfig, common *ent.ManifestFile) (*ent.ManifestFile…
29 type ManifestFile string type
20 func extractProjectNames(m ent.ManifestFile) []string {
42 ManifestFile::ManifestFile(const std::string& filepath) in ManifestFile() function in grpc::testing::ManifestFile
32 ManifestFile = MetaDir + "MANIFEST.MF" const
164 class ManifestFile : public WritableFile { in NewWritableFile() class170 ManifestFile(SpecialEnv* env, WritableFile* b) : env_(env), base_(b) {} in NewWritableFile() function in leveldb::SpecialEnv::NewWritableFile::ManifestFile