Searched refs:module_path (Results 1 – 5 of 5) sorted by relevance
45 my $module_path; # path to module images directory102 '-m=s' => \$module_path,111 || !$module_path || !@custom_path_list || !@imagelist_path )128 foreach ($out_dir, $global_path, $module_path, @imagelist_path) {275 $zip_hash{$_} = $module_path;
195 my $module_path = "$module/$elem";196 if (opendir ($dirh_module, $module_path)) {209 $module_path . "' in module $module\n";213 $build_files{$file} = $module_path;
1216 my $module_path = $module_paths{$module} if (defined $module);1236 if (length($key) == length($module_path)) {1239 $string = substr($key, length($module_path) + 1);
322 std::string module_path = WStringToString(ModuleFileName); in DllRegisterServer() local325 if (SUCCEEDED(RegisterColumnHandler(module_path.c_str()))) in DllRegisterServer()330 if (SUCCEEDED(RegisterInfotipHandler(module_path.c_str()))) in DllRegisterServer()335 if (SUCCEEDED(RegisterPropSheetHandler(module_path.c_str()))) in DllRegisterServer()340 if (SUCCEEDED(RegisterThumbviewerHandler(module_path.c_str()))) in DllRegisterServer()
89 OUString module_path; in get_module_path() local91 osl::FileBase::getSystemPathFromFileURL(cwd_url, module_path); in get_module_path()93 return module_path; in get_module_path()
Completed in 42 milliseconds