HomeSort by relevance Sort by last modified time
    Searched refs:module_path (Results 1 - 6 of 6) sorted by null

  /external/qemu/memcheck/
memcheck_util.c 34 * module_path - Path to the module to get sympath for.
44 get_sym_path(const char* module_path, char* sym_path, size_t max_char)
62 if (strlen(module_path) >= max_char) {
65 strcat(sym_path, module_path);
memcheck_proc_management.h 89 char* module_path; member in struct:ThreadCallStackEntry
memcheck_proc_management.c 300 if (thread->call_stack[indx].module_path != NULL) {
301 qemu_free(thread->call_stack[indx].module_path);
412 thread->call_stack[thread->call_stack_count].module_path =
414 if (thread->call_stack[thread->call_stack_count].module_path == NULL) {
419 strcpy(thread->call_stack[thread->call_stack_count].module_path,
  /external/bluetooth/glib/gio/
giomodule.c 341 const char *module_path; local
353 module_path = g_getenv ("GIO_EXTRA_MODULES");
355 if (module_path)
359 paths = g_strsplit (module_path, ":", 0);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server.py 173 module_path = self._port_obj._path_to_lighttpd_modules()
178 '-m', module_path]
191 shutil.copyfile(os.path.join(module_path, lib_file),
  /external/chromium/base/
registry.cc 412 tchar module_path[MAX_PATH]; local
413 ::GetModuleFileName(module, module_path, MAX_PATH);
414 _tcslwr_s(module_path, MAX_PATH);
415 return RegisterCOMServer(guid, name, module_path);

Completed in 120 milliseconds