Searched defs:manifest_file (Results 1 – 3 of 3) sorted by relevance
16 def Jar(class_files, classes_dir, jar_path, manifest_file=None): argument42 def JarDirectory(classes_dir, excluded_classes, jar_path, manifest_file=None): argument
83 .. _manifest_file: target in HTML file and the <embed> element
141 scoped_ptr<WritableFile> manifest_file(manifest_file_ptr); in TYPED_TEST() local