Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/windows/
DPipeWindows.cpp139 RPC_CSTR unique_string; in CreateWithUniqueName() local
142 status = ::UuidToStringA(&unique_id, &unique_string); in CreateWithUniqueName()
146 pipe_name += reinterpret_cast<char *>(unique_string); in CreateWithUniqueName()
147 ::RpcStringFreeA(&unique_string); in CreateWithUniqueName()
/external/llvm-project/llvm/test/FileCheck/
Dimplicit-check-not.txt12 ; RUN: sed 's#^;.*##' %s | FileCheck -implicit-check-not="unique_string" %s