OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_fd
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
[
all
...]
/external/wpa_supplicant_8/src/utils/
wpa_debug.c
126
int mounts,
trace_fd
;
local
166
trace_fd
= open(buf, O_WRONLY);
167
if (
trace_fd
< 0) {
171
wpa_debug_tracing_file = fdopen(
trace_fd
, "w");
173
close(
trace_fd
);
/art/runtime/
trace.h
59
static void Start(const char* trace_filename, int
trace_fd
, int buffer_size, int flags,
trace.cc
331
void Trace::Start(const char* trace_filename, int
trace_fd
, int buffer_size, int flags,
347
if (
trace_fd
< 0) {
350
trace_file.reset(new File(
trace_fd
, "tracefile"));
Completed in 356 milliseconds