Searched refs:module_path (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c27 char module_path[MAX_PATH + 1]; local
40 if (_makepath_s(module_path, MAX_PATH, drive, dir, module, MODULE_SUFFIX)) {
45 dl = LoadLibrary(module_path);
47 fprintf(stderr, "Failed to open module: %s\n", module_path);
63 int path_size = snprintf(module_path, MAX_PATH, "%s/%s%s", bin_dir, module,
70 module_path[path_size] = 0;
72 dl = dlopen(module_path, RTLD_LAZY);
74 fprintf(stderr, "Failed to open module: %s\n", module_path);
/external/chromium_org/ui/gl/
H A Dgl_implementation_linux.cc34 base::FilePath module_path; local
35 if (!PathService::Get(base::DIR_MODULE, &module_path)) {
40 base::NativeLibrary library = LoadLibrary(module_path.Append("libosmesa.so"));
H A Dgl_implementation_win.cc48 bool LoadD3DXLibrary(const base::FilePath& module_path, argument
53 library = base::LoadNativeLibrary(module_path.Append(name), NULL);
124 base::FilePath module_path; local
125 if (!PathService::Get(base::DIR_MODULE, &module_path)) {
131 module_path.Append(L"osmesa.dll"), NULL);
156 base::FilePath module_path; local
157 if (!PathService::Get(base::DIR_MODULE, &module_path))
165 !LoadD3DXLibrary(module_path, kPostVistaD3DCompiler)) {
166 LoadD3DXLibrary(module_path, kPreVistaD3DCompiler);
181 gles_path = module_path;
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
H A Dblink_idl_lexer.py58 module_path, module_name = os.path.split(__file__)
59 tools_dir = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, 'tools')
H A Dcode_generator_v8.py47 module_path, module_name = os.path.split(__file__)
48 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir)
53 templates_dir = os.path.join(module_path, os.pardir, os.pardir, 'templates')
H A Didl_compiler.py49 module_path, _ = os.path.split(__file__)
50 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir, os.pardir))
H A Dblink_idl_parser.py58 module_path, module_name = os.path.split(__file__)
59 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir)
65 tools_dir = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, 'tools')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmultiprocessing_bootstrap.py53 module_path = os.path.join(script_dir, *parts)
54 cmd = [sys.executable, module_path] + sys.argv[1:]
H A Dwebkit_finder.py54 module_path = self._filesystem.abspath(self._filesystem.path_to_module(self.__module__))
55 tools_index = module_path.rfind('Tools')
56 assert tools_index != -1, "could not find location of this checkout from %s" % module_path
57 self._webkit_base = self._filesystem.normpath(module_path[0:tools_index - 1])
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_broker_host_win.cc31 FilePath module_path;
32 if (!PathService::Get(base::FILE_MODULE, &module_path))
35 FilePath nacl_path = module_path.DirName().Append(chrome::kNaClAppName);
/external/chromium_org/chrome_frame/
H A Dchrome_launcher_utils.cc32 base::FilePath module_path; local
33 if (PathService::Get(base::FILE_MODULE, &module_path)) {
34 base::FilePath current_dir = module_path.DirName();
H A Ddll_redirector.cc281 base::FilePath module_path(system_buffer);
286 base::FilePath module_name = module_path.BaseName();
287 module_path = module_path.DirName()
292 hmodule = LoadLibrary(module_path.value().c_str());
H A Dsimple_resource_loader.cc144 base::FilePath module_path; local
145 PathService::Get(base::DIR_MODULE, &module_path);
146 *locales_path = module_path.Append(kLocalesDirName);
152 *locales_path = module_path.DirName();
H A Dchrome_tab.cc160 base::FilePath module_path; local
161 if (PathService::Get(base::FILE_MODULE, &module_path)) {
162 module_dir = module_path.DirName().value();
363 base::FilePath module_path; local
365 if (PathService::Get(base::FILE_MODULE, &module_path)) {
366 module_path = module_path.DirName();
367 helper_path = module_path.Append(kChromeFrameHelperExe);
371 module_path = module_path
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dmain_unittest.py110 module_path = filesystem.path_to_module(self.__module__)
111 script_dir = module_path[0:module_path.find('webkitpy') - 1]
/external/chromium_org/tools/perf/
H A Drun_measurement36 module_path = TELEMETRY_DIR
39 paths = [os.path.join(CHECKOUT_BASE_PATH, module_path)]
46 paths = [os.path.join(BOOTSTRAP_BASE_PATH, module_path)]
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.cc74 base::FilePath module_path; local
75 if (PathService::Get(base::DIR_MODULE, &module_path)) {
78 module_path = module_path.DirName().DirName().DirName();
80 if (media::InitializeMediaLibrary(module_path))
/external/chromium_org/chrome/installer/util/
H A Dbrowser_distribution.cc53 base::FilePath module_path; local
54 PathService::Get(base::FILE_MODULE, &module_path);
55 return base::FilePath::CompareEqualIgnoreCase(module_path.BaseName().value(),
/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
/external/chromium_org/chrome_frame/test/perf/
H A Dchrome_frame_perftest.cc966 const wchar_t* module_path = current_exe.value().c_str();
970 ImagePreReader::PreReadImage(module_path, 0, kStepSize));
972 ImagePreReader::PreReadImage(module_path, file_size / 4, kStepSize));
974 ImagePreReader::PreReadImage(module_path, file_size / 2, kStepSize));
976 ImagePreReader::PreReadImage(module_path, file_size, kStepSize));
978 ImagePreReader::PreReadImage(module_path, file_size * 2, kStepSize));
985 const wchar_t* module_path = current_exe.value().c_str();
989 ImagePreReader::PartialPreReadImage(module_path, 0, kStepSize));
991 ImagePreReader::PartialPreReadImage(module_path, 25, kStepSize));
993 ImagePreReader::PartialPreReadImage(module_path, 5
[all...]
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc426 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path) { argument
427 if ((!module_path) || (!module_path->Buffer))
431 int start_pos = module_path->Length / sizeof(wchar_t) - 1;
435 if (module_path->Buffer[ix] == L'\\') {
436 sep = &module_path->Buffer[ix];
447 sep = &module_path->Buffer[-1];
H A Dsandbox_nt_util.h144 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path);
/external/chromium_org/base/debug/
H A Dstack_trace_win.cc167 FilePath module_path; local
168 if (!PathService::Get(FILE_EXE, &module_path)) {
174 L";" + module_path.DirName().value());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dhttp_server.py165 module_path = self._port_obj._path_to_lighttpd_modules()
170 '-m', module_path]
183 self._filesystem.copyfile(self._filesystem.join(module_path, lib_file),

Completed in 423 milliseconds

12