Home
last modified time | relevance | path

Searched defs:service_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs178 service_path: String, field
546 let service_path = if file.get_package().is_empty() { in new() localVariable
Dprost_codegen.rs88 let service_path = if service.package.is_empty() { in generate_methods() localVariable
/aosp_15_r20/external/autotest/client/cros/networking/
H A Dapmanager_proxy.py198 def terminate_service(self, service_path): argument
/aosp_15_r20/system/apex/tools/
H A Dhost_apex_verifier.cc145 auto service_path = service->args()[0]; in CheckInitRc() local
/aosp_15_r20/external/libbrillo/brillo/glib/
H A Ddbus.cc214 const char* service_path, in RegisterExclusiveService()
/aosp_15_r20/external/googleapis/google/dataflow/v1beta3/
H A Denvironment.proto226 string service_path = 3; field
/aosp_15_r20/external/python/apitools/apitools/gen/
Dutil.py177 def _ComputePaths(package, version, root_url, service_path): argument
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/
H A Denvironment.proto226 string service_path = 3; field
/aosp_15_r20/system/core/init/
H A Dservice.cpp78 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable()