Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 5 of 5) sorted by relevance

/trunk/main/solenv/bin/
H A Dpackimages.pl45 my $module_path; # path to module images directory
102 '-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;
H A Dlinkoo195 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;
H A Dbuild.pl1216 my $module_path = $module_paths{$module} if (defined $module);
1236 if (length($key) == length($module_path)) {
1239 $string = substr($key, length($module_path) + 1);
/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx322 std::string module_path = WStringToString(ModuleFileName); in DllRegisterServer() local
325 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()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx89 OUString module_path; in get_module_path() local
91 osl::FileBase::getSystemPathFromFileURL(cwd_url, module_path); in get_module_path()
93 return module_path; in get_module_path()

Completed in 35 milliseconds