Home
last modified time | relevance | path

Searched refs:stderr (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dlogger.cpp61 (void)fprintf(stderr, "[%s]: ", tag); in Err()
62 (void)vfprintf(stderr, format, args); in Err()
63 (void)fprintf(stderr, "\n"); in Err()
/drivers/peripheral/audio/test/sample/tools/get_trace_loop/
H A Dget_trace_loop.py49 output = subprocess.run(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True,
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp136 fprintf(stderr, "Error: CanonicalizeSpecPath %s failed", src); in CanonicalizeSpecPath()
142 fprintf(stderr, "Error: realpath %s failed", src); in CanonicalizeSpecPath()
149 fprintf(stderr, "Error: sprintf_s %s failed", src); in CanonicalizeSpecPath()
153 fprintf(stderr, "Error: find .. %s failed", src); in CanonicalizeSpecPath()
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/
H A Dgen_cr_by_pr.py75 stderr=subprocess.DEVNULL,
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/
H A Dget_mem_excel.py47 output = subprocess.run(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True,

Completed in 3 milliseconds