Searched defs:handle_name (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_policy_test.cc34 base::string16 handle_name; local
35 if (GetHandleName(pipe, &handle_name)) {
36 if (handle_name.compare(0, wcslen(argv[1]), argv[1]) != 0)
H A Dhandle_closer.cc38 const base::char16* handle_name) {
43 if (handle_name) {
44 resolved_name = handle_name;
55 if (handle_name)
57 } else if (!handle_name) { // Now we need to close all handles of this type.
165 bool GetHandleName(HANDLE handle, base::string16* handle_name) { argument
183 handle_name->assign(name->Buffer, name->Length / sizeof(wchar_t));
185 handle_name->clear();
37 AddHandle(const base::char16* handle_type, const base::char16* handle_name) argument
H A Dhandle_closer_test.cc79 base::string16 handle_name; local
86 if (GetHandleName(handle, &handle_name)) {
88 if (handle_name == argv[i])
115 base::string16 handle_name; local
118 CHECK(sandbox::GetHandleName(marker.Get(), &handle_name));
120 command += handle_name;
135 base::string16 handle_name; local
138 CHECK(sandbox::GetHandleName(marker.Get(), &handle_name));
139 CHECK_EQ(policy->AddKernelObjectToClose(L"File", handle_name.c_str()),
142 command += handle_name;
[all...]
H A Dsandbox_policy_base.cc394 const base::char16* handle_name) {
395 return handle_closer_.AddHandle(handle_type, handle_name);
393 AddKernelObjectToClose(const base::char16* handle_type, const base::char16* handle_name) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTreePath.py68 def handle_name(next, token): function
238 "": handle_name,
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc546 std::ostringstream handle_name; local
547 handle_name << "TwoWayTestChannel" << base::GetCurrentProcId();
548 IPC::ChannelHandle handle(handle_name.str());

Completed in 194 milliseconds