Searched refs:executable_absolute_path (Results 1 – 2 of 2) sorted by relevance
852 const std::string& executable_absolute_path() const; in Swap()857 void set_allocated_executable_absolute_path(std::string* executable_absolute_path); in Swap()1508 inline const std::string& AdbServerStatus::executable_absolute_path() const { in executable_absolute_path() function1539 …id AdbServerStatus::set_allocated_executable_absolute_path(std::string* executable_absolute_path) { in set_allocated_executable_absolute_path() argument1540 _impl_.executable_absolute_path_.SetAllocated(executable_absolute_path, GetArenaForAllocation()); in set_allocated_executable_absolute_path()
85 string executable_absolute_path = 7; field