Searched refs:stderr (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | logger.cpp | 61 (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 D | get_trace_loop.py | 49 output = subprocess.run(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True,
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_dfx.cpp | 136 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 D | gen_cr_by_pr.py | 75 stderr=subprocess.DEVNULL,
|
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/ |
H A D | get_mem_excel.py | 47 output = subprocess.run(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True,
|
Completed in 3 milliseconds