Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_pm.dart174 /// await server.addPackage(farArchivePath);
233 Future<bool> addPackage(File package) async {
Dfuchsia_device.dart285 if (!await fuchsiaPackageServer.addPackage(farArchive)) {
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java534 pool.addPackage(getPackage(), this); in FileDescriptor()
574 pool.addPackage(packageName, this); in FileDescriptor()
2275 addPackage(dependency.getPackage(), dependency); in DescriptorPool()
2533 void addPackage(final String fullName, final FileDescriptor file) in addPackage() method in Descriptors.DescriptorPool
2540 addPackage(fullName.substring(0, dotpos), file); in addPackage()