HomeSort by relevance Sort by last modified time
    Searched defs:server_path (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
InplaceSamplerClient.cpp 56 std::string server_path = "inplace_sampler_server_" + std::to_string(pid_); local
60 conn_ = UnixSocketConnection::Connect(server_path, true);
inplace_sampler_lib.cpp 326 std::string server_path = "inplace_sampler_server_" + std::to_string(getpid()); local
327 std::unique_ptr<UnixSocketServer> server = UnixSocketServer::Create(server_path, true);
329 LOG(ERROR) << "failed to create server at path " << server_path;
332 LOG(INFO) << "Create inplace_sampler_server at " << server_path;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 68 bp_path_t server_path; member in struct:bp_getfile_res
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 68 bp_path_t server_path; member in struct:bp_getfile_res

Completed in 6487 milliseconds