Home
last modified time | relevance | path

Searched refs:log_absolute_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/packages/modules/adb/proto/libadb_host_protos/linux_glibc_x86_64_static/gen/proto/packages/modules/adb/proto/
Dadb_host.pb.h866 const std::string& log_absolute_path() const; in Swap()
871 void set_allocated_log_absolute_path(std::string* log_absolute_path); in Swap()
1553 inline const std::string& AdbServerStatus::log_absolute_path() const { in log_absolute_path() function
1584 inline void AdbServerStatus::set_allocated_log_absolute_path(std::string* log_absolute_path) { in set_allocated_log_absolute_path() argument
1585 _impl_.log_absolute_path_.SetAllocated(log_absolute_path, GetArenaForAllocation()); in set_allocated_log_absolute_path()
/aosp_15_r20/packages/modules/adb/proto/
Dadb_host.proto86 string log_absolute_path = 8; field