OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kInvalidFd
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h
64
const fd_t
kInvalidFd
= (fd_t)-1;
/art/profman/
profman.cc
53
static constexpr int
kInvalidFd
= -1;
56
return fd !=
kInvalidFd
;
117
reference_profile_file_fd_(
kInvalidFd
),
119
dump_output_to_fd_(
kInvalidFd
),
276
int ret = DumpOneProfile(kOrdinaryProfile, profile_file,
kInvalidFd
, &dex_files, &dump);
296
kInvalidFd
,
/art/compiler/
image_writer.h
53
static constexpr int
kInvalidFd
= -1;
112
// If image_fd is not
kInvalidFd
, then we use that for the image file. Otherwise we open
114
// If oat_fd is not
kInvalidFd
, then we use that for the oat file. Otherwise we open
Completed in 754 milliseconds