Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/w32/
H A Dprocimpl.cxx352 rtl::OUString exe_path; in get_executable_path() local
353 if (osl_File_E_None != osl::FileBase::getSystemPathFromFileURL(exe_url, exe_path)) in get_executable_path()
356 exe_path = getShortPath(exe_path, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".exe"))); in get_executable_path()
358 if (exe_path.indexOf(' ') != -1) in get_executable_path()
359 exe_path = quote_string(exe_path); in get_executable_path()
361 return exe_path; in get_executable_path()
442 rtl::OUString exe_path = get_executable_path( in osl_executeProcess_WithRedirectedIO() local
445 if (0 == exe_path.getLength()) in osl_executeProcess_WithRedirectedIO()
454 if (is_batch_file(exe_path)) in osl_executeProcess_WithRedirectedIO()
472 command_line.append(exe_path); in osl_executeProcess_WithRedirectedIO()

Completed in 24 milliseconds