Searched defs:module_path (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/
H A 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/qemu/memcheck/
H A Dmemcheck_util.c28 * module_path - Path to the module to get sympath for.
38 get_sym_path(const char* module_path, char* sym_path, size_t max_char) argument
56 if (strlen(module_path) >= max_char) {
59 strcat(sym_path, module_path);
H A Dmemcheck_proc_management.h83 char* module_path; member in struct:ThreadCallStackEntry

Completed in 400 milliseconds