OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPC_S_OK
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnterr.h
9
#define
RPC_S_OK
ERROR_SUCCESS
/external/chromium_org/net/base/
keygen_handler_win.cc
114
RPC_STATUS status =
RPC_S_OK
;
119
if (status !=
RPC_S_OK
&& status != RPC_S_UUID_LOCAL_ONLY)
124
if (status !=
RPC_S_OK
)
/external/chromium_org/remoting/base/
breakpad_win_unittest.cc
101
EXPECT_TRUE(status ==
RPC_S_OK
|| status == RPC_S_UUID_LOCAL_ONLY);
Completed in 74 milliseconds