Searched refs:module_path (Results 1 - 25 of 38) 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_osmesa.cc34 base::FilePath module_path; local
35 if (!PathService::Get(base::DIR_MODULE, &module_path)) {
40 base::FilePath library_path = module_path.Append("libosmesa.so");
H A Dgl_implementation_win.cc47 bool LoadD3DXLibrary(const base::FilePath& module_path, argument
52 library = base::LoadNativeLibrary(module_path.Append(name), NULL);
122 base::FilePath module_path; local
123 if (!PathService::Get(base::DIR_MODULE, &module_path)) {
129 module_path.Append(L"osmesa.dll"), NULL);
154 base::FilePath module_path; local
155 if (!PathService::Get(base::DIR_MODULE, &module_path))
162 LoadD3DXLibrary(module_path, kD3DCompiler);
176 gles_path = module_path;
/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_org/chrome/browser/safe_browsing/incident_reporting/
H A Dblacklist_load_analyzer_win.cc60 base::FilePath module_path(*module_iter);
61 path_sanitizer.StripHomeDirectory(&module_path);
63 blacklist_load->set_path(base::WideToUTF8(module_path.value()));
H A Dmodule_integrity_verifier_win_unittest.cc53 WCHAR module_path[MAX_PATH] = {}; local
55 GetModuleFileName(module_handle, module_path, arraysize(module_path));
56 ASSERT_NE(arraysize(module_path), length);
57 ASSERT_TRUE(disk_dll_handle_.Initialize(base::FilePath(module_path)));
H A Dmodule_integrity_verifier_win.cc245 WCHAR module_path[MAX_PATH] = {}; local
247 GetModuleFileName(module_handle, module_path, arraysize(module_path));
248 if (!length || length == arraysize(module_path))
252 if (!mapped_module.Initialize(base::FilePath(module_path)))
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dfind_dependencies.py42 def FindPythonDependencies(module_path):
43 logging.info('Finding Python dependencies of %s' % module_path)
47 os.path.splitext(os.path.basename(module_path))[0], module_path)
51 finder.run_script(module_path)
56 module_path = module.__path__[0] if module.__path__ else module.__file__
57 if not module_path:
60 module_path = os.path.realpath(module_path)
61 if not _InDirectory(module_path, uti
[all...]
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc112 base::string16 ExtractLoadedModuleName(const base::string16& module_path) { argument
113 if (module_path.empty() || module_path[module_path.size() - 1] == L'\\')
116 size_t sep = module_path.find_last_of(L'\\');
118 return module_path;
120 return module_path.substr(sep+1);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dmain_unittest.py88 module_path = filesystem.path_to_module(self.__module__)
89 script_dir = module_path[0:module_path.find('webkitpy') - 1]
/external/chromium_org/chrome_elf/
H A Delf_imports_unittest.cc36 void GetImports(const base::FilePath& module_path, argument
42 ASSERT_TRUE(module_mmap.Initialize(module_path));
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dblink_idl_lexer.py61 module_path, module_name = os.path.split(__file__)
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir)
H A Dgenerate_event_interfaces.py55 module_path = os.path.dirname(os.path.realpath(__file__)) variable
56 source_dir = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir))
H A Didl_validator.py38 module_path = os.path.dirname(__file__) variable
39 source_path = os.path.join(module_path, os.pardir, os.pardir)
H A Dcompute_interfaces_info_individual.py52 module_path = os.path.dirname(__file__) variable
53 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir))
H A Dblink_idl_parser.py61 module_path, module_name = os.path.split(__file__)
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir)
68 tools_dir = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir, 'tools')
H A Dcode_generator_v8.py59 module_path, module_filename = os.path.split(os.path.realpath(__file__))
61 module_path, os.pardir, os.pardir, os.pardir, os.pardir))
63 module_path, os.pardir, 'templates'))
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.cc76 base::FilePath module_path; local
77 if (PathService::Get(base::DIR_MODULE, &module_path)) {
80 module_path = module_path.DirName().DirName().DirName();
82 if (media::InitializeMediaLibrary(module_path))
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py110 (start, end, base, module_path) = mem_map[map_idx]
117 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs):
120 dst_path = module_path + '.' + os.path.basename(path)[:-4]
/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/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.cc98 base::FilePath module_path = module_dir.AppendASCII("libexif.dll");
100 base::FilePath module_path = module_dir.AppendASCII("exif.so");
103 base::FilePath module_path = module_dir.AppendASCII("libexif.so");
106 base::FilePath module_path = base::FilePath().AppendASCII("libexif.so.12");
109 base::ScopedNativeLibrary lib(base::LoadNativeLibrary(module_path, NULL));
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc306 base::FilePath module_path;
307 if (!PathService::Get(base::DIR_MODULE, &module_path))
309 base::FilePath library_path = module_path.Append(library);
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py30 module_path, module_name = os.path.split(__file__)
31 third_party = os.path.join(module_path, '..', '..', 'third_party')

Completed in 1986 milliseconds

12