Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 5 of 5) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
DJimageClassBinder.java109 Path modulePath(String moduleName) { in modulePath() method in JimageClassBinder
147 Path modulePath = requireNonNull(modulePath(moduleName), moduleName); in initPackage() local
/external/pigweed/pw_protobuf_compiler/ts/codegen/
Dtemplate_replacement.ts62 const modulePath = buildModulePath(args.proto_root_dir, file.getName()!); constant
/external/golang-protobuf/internal/cmd/generate-protos/
Dmain.go70 modulePath string var
/external/golang-protobuf/
Dintegration_test.go56 modulePath string var
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h161 StringRef modulePath() const { return ModulePath; } in modulePath() function