Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc73 command_line_copy(struct _cef_command_line_t* self) { in command_line_copy() function
396 GetStruct()->copy = command_line_copy; in CefCommandLineCppToC()
/third_party/python/Modules/
D_winapi.c1084 wchar_t *command_line_copy = NULL; in _winapi_CreateProcess_impl() local
1124 command_line_copy = PyUnicode_AsWideCharString(command_line, NULL); in _winapi_CreateProcess_impl()
1125 if (command_line_copy == NULL) { in _winapi_CreateProcess_impl()
1139 command_line_copy, in _winapi_CreateProcess_impl()
1163 PyMem_Free(command_line_copy); in _winapi_CreateProcess_impl()