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

1 2

  /external/chromium_org/tools/gyp/test/module/src/
program.c 27 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/
gl_implementation_osmesa.cc 34 base::FilePath module_path; local
35 if (!PathService::Get(base::DIR_MODULE, &module_path)) {
40 base::FilePath library_path = module_path.Append("libosmesa.so");
gl_implementation_win.cc 47 bool LoadD3DXLibrary(const base::FilePath& module_path,
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/
multiprocessing_bootstrap.py 53 module_path = os.path.join(script_dir, *parts)
54 cmd = [sys.executable, module_path] + sys.argv[1:]
webkit_finder.py 54 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/
blacklist_load_analyzer_win.cc 60 base::FilePath module_path(*module_iter);
61 path_sanitizer.StripHomeDirectory(&module_path);
63 blacklist_load->set_path(base::WideToUTF8(module_path.value()));
module_integrity_verifier_win_unittest.cc 53 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)));
module_integrity_verifier_win.cc 245 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/
find_dependencies.py 42 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, util.GetChromiumSrcDir())
    [all...]
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 112 base::string16 ExtractLoadedModuleName(const base::string16& module_path) {
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/
main_unittest.py 88 module_path = filesystem.path_to_module(self.__module__)
89 script_dir = module_path[0:module_path.find('webkitpy') - 1]
  /external/chromium_org/chrome_elf/
elf_imports_unittest.cc 36 void GetImports(const base::FilePath& module_path,
42 ASSERT_TRUE(module_mmap.Initialize(module_path));
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
blink_idl_lexer.py 61 module_path, module_name = os.path.split(__file__)
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir)
generate_event_interfaces.py 55 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))
idl_validator.py 38 module_path = os.path.dirname(__file__) variable
39 source_path = os.path.join(module_path, os.pardir, os.pardir)
compute_interfaces_info_individual.py 52 module_path = os.path.dirname(__file__) variable
53 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir))
blink_idl_parser.py 61 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')
code_generator_v8.py 59 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/
test_webkit_platform_support.cc 76 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/
sancov.py 110 (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/chrome/utility/media_galleries/
image_metadata_extractor.cc 98 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/sandbox/win/src/
sandbox_nt_util.cc 426 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path) {
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];
sandbox_nt_util.h 144 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path);
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 306 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/
idl_lexer.py 30 module_path, module_name = os.path.split(__file__)
31 third_party = os.path.join(module_path, '..', '..', 'third_party')

Completed in 422 milliseconds

1 2