Searched defs:kInvalidFd (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dimage_writer.h63 static constexpr int kInvalidFd = -1; member in namespace:art
127 // If image_fd is not kInvalidFd, then we use that for the image file. Otherwise we open
129 // If oat_fd is not kInvalidFd, then we use that for the oat file. Otherwise we open
/art/profman/
H A Dprofman.cc60 static constexpr int kInvalidFd = -1; member in namespace:art
63 return fd != kInvalidFd;
158 reference_profile_file_fd_(kInvalidFd),
161 dump_output_to_fd_(kInvalidFd),
376 int ret = DumpOneProfile(kOrdinaryProfile, profile_file, kInvalidFd, &dex_files, &dump);
396 kInvalidFd,

Completed in 602 milliseconds