OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnvOpts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc
403
auto *
EnvOpts
= GetEnv("XRAY_BASIC_OPTIONS");
404
if (
EnvOpts
== nullptr)
405
EnvOpts
= "";
407
P.ParseString(
EnvOpts
);
411
if (internal_strlen(
EnvOpts
) == 0) {
xray_fdr_logging.cc
646
auto *
EnvOpts
= GetEnv("XRAY_FDR_OPTIONS");
647
if (
EnvOpts
== nullptr)
648
EnvOpts
= "";
649
FDRParser.ParseString(
EnvOpts
);
652
if (internal_strlen(
EnvOpts
) == 0) {
Completed in 13 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025