Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/nacl_host/
Dnacl_broker_host_win.cc31 FilePath module_path; in Init() local
32 if (!PathService::Get(base::FILE_MODULE, &module_path)) in Init()
35 FilePath nacl_path = module_path.DirName().Append(chrome::kNaClAppName); in Init()
/external/webkit/Tools/Scripts/
Dtest-webkitpy235 def _test_import(module_path): argument
237 sys.path.append(os.path.dirname(module_path))
238 module_name = os.path.basename(module_path)
242 message = "Skipping tests in %s due to failure (%s)." % (module_path, e)
Dnew-run-webkit-tests50 module_path = os.path.join(script_dir, 'webkitpy', 'layout_tests', 'run_webkit_tests.py') variable
51 cmd = [sys.executable, module_path] + sys.argv[1:]
/external/webkit/Tools/Scripts/webkitpy/test/
Dmain.py82 def _win32_blacklist(self, module_path): argument
84 if any([module_path.startswith(package) for package in [
91 return module_path not in [
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dhttp_server.py193 module_path = self._port_obj._path_to_lighttpd_modules()
198 '-m', module_path]
211 shutil.copyfile(os.path.join(module_path, lib_file),
/external/qemu/memcheck/
Dmemcheck_util.c38 get_sym_path(const char* module_path, char* sym_path, size_t max_char) in get_sym_path() argument
56 if (strlen(module_path) >= max_char) { in get_sym_path()
59 strcat(sym_path, module_path); in get_sym_path()
Dmemcheck_proc_management.c295 if (thread->call_stack[indx].module_path != NULL) { in threaddesc_free()
296 qemu_free(thread->call_stack[indx].module_path); in threaddesc_free()
407 thread->call_stack[thread->call_stack_count].module_path = in memcheck_on_call()
409 if (thread->call_stack[thread->call_stack_count].module_path == NULL) { in memcheck_on_call()
414 strcpy(thread->call_stack[thread->call_stack_count].module_path, in memcheck_on_call()
Dmemcheck_proc_management.h83 char* module_path; member
/external/bluetooth/glib/gio/
Dgiomodule.c341 const char *module_path; in _g_io_modules_ensure_loaded() local
353 module_path = g_getenv ("GIO_EXTRA_MODULES"); in _g_io_modules_ensure_loaded()
355 if (module_path) in _g_io_modules_ensure_loaded()
359 paths = g_strsplit (module_path, ":", 0); in _g_io_modules_ensure_loaded()