signal.c (647f063d) signal.c (910823ae)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 723 unchanged lines hidden (view full) ---

732#endif /* INCLUDE_BACKTRACE */
733 {
734 rtl_uString * crashrep_url = NULL;
735 rtl_uString * crashrep_path = NULL;
736 rtl_String * crashrep_path_system = NULL;
737 rtl_string2UString(
738 &crashrep_url,
739 RTL_CONSTASCII_USTRINGPARAM(
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 723 unchanged lines hidden (view full) ---

732#endif /* INCLUDE_BACKTRACE */
733 {
734 rtl_uString * crashrep_url = NULL;
735 rtl_uString * crashrep_path = NULL;
736 rtl_String * crashrep_path_system = NULL;
737 rtl_string2UString(
738 &crashrep_url,
739 RTL_CONSTASCII_USTRINGPARAM(
740 "$BRAND_BASE_DIR/program/crashrep"),
740 "$OOO_BASE_DIR/program/crashrep"),
741 OSTRING_TO_OUSTRING_CVTFLAGS);
742 rtl_bootstrap_expandMacros(&crashrep_url);
743 osl_getSystemPathFromFileURL(crashrep_url, &crashrep_path);
744 rtl_uString2String(
745 &crashrep_path_system,
746 rtl_uString_getStr(crashrep_path),
747 rtl_uString_getLength(crashrep_path),
748 osl_getThreadTextEncoding(),

--- 341 unchanged lines hidden ---
741 OSTRING_TO_OUSTRING_CVTFLAGS);
742 rtl_bootstrap_expandMacros(&crashrep_url);
743 osl_getSystemPathFromFileURL(crashrep_url, &crashrep_path);
744 rtl_uString2String(
745 &crashrep_path_system,
746 rtl_uString_getStr(crashrep_path),
747 rtl_uString_getLength(crashrep_path),
748 osl_getThreadTextEncoding(),

--- 341 unchanged lines hidden ---