Searched refs:preprocessed_command (Results 1 – 1 of 1) sorted by relevance
302 OUString preprocessed_command(aCommand); in execute() local303 if (is_system_path(preprocessed_command)) in execute()305 if (has_jump_mark(preprocessed_command) && !is_existing_file(preprocessed_command)) in execute()306 remove_jump_mark(&preprocessed_command); in execute()312 …sl::FileBase::E_None == ::osl::FileBase::getSystemPathFromFileURL(preprocessed_command, aSystemPat… in execute()313 preprocessed_command = aSystemPath; in execute()320 sei.lpFile = reinterpret_cast<LPCWSTR>(preprocessed_command.getStr()); in execute()