Home
last modified time | relevance | path

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

/aoo42x/main/shell/source/win32/
H A DSysShExec.cxx303 OUString preprocessed_command(aCommand); in execute() local
304 if (is_system_path(preprocessed_command)) in execute()
306 if (has_jump_mark(preprocessed_command) && !is_existing_file(preprocessed_command)) in execute()
307 remove_jump_mark(&preprocessed_command); in execute()
313 …sl::FileBase::E_None == ::osl::FileBase::getSystemPathFromFileURL(preprocessed_command, aSystemPat… in execute()
314 preprocessed_command = aSystemPath; in execute()
321 sei.lpFile = reinterpret_cast<LPCWSTR>(preprocessed_command.getStr()); in execute()

Completed in 16 milliseconds