Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dsimulator_runtime.cpp43 int SimulatorRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DSharedString.h44 operator std::string_view() const { return static_cast<const std::string&>(*this); } in string_view() function
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dbase.h208 typedef std::string_view string_view; typedef
215 typedef std::experimental::string_view string_view; typedef
222 typedef absl::string_view string_view; typedef
/aosp12/packages/modules/adb/daemon/
H A Dtransport_local.cpp52 void server_socket_thread(std::function<unique_fd(std::string_view, std::string*)> listen_func, in server_socket_thread()
/aosp12/bootable/recovery/minadbd/
H A Dminadbd_services.cpp308 asocket* daemon_service_to_socket(std::string_view) { in daemon_service_to_socket()
/aosp12/packages/modules/adb/client/
H A Dtransport_local.cpp189 static void client_socket_thread(std::string_view) { in client_socket_thread()
/aosp12/system/memory/libmeminfo/
H A Dsysmeminfo.cpp91 std::function<void(std::string_view, uint64_t)> store_val) { in ReadMemInfo()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp71 const std::pair<std::string_view, Maybe<U>>& rhs) { in less_than_struct_with_name_and_id()
/aosp12/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp467 Control openMountForHealth(std::string_view) { in openMountForHealth()