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

/art/dex2oat/linker/
H A Dimage_writer.h68 static constexpr int kInvalidFd = -1; member in namespace:art
122 // If image_fd is not kInvalidFd, then we use that for the image file. Otherwise we open
124 // If oat_fd is not kInvalidFd, then we use that for the oat file. Otherwise we open
/art/profman/
H A Dprofman.cc69 static constexpr int kInvalidFd = -1; member in namespace:art
72 return fd != kInvalidFd;
187 reference_profile_file_fd_(kInvalidFd),
191 dump_output_to_fd_(kInvalidFd),
531 int ret = DumpOneProfile(kOrdinaryProfile, profile_file, kInvalidFd, &dex_files, &dump);
551 kInvalidFd,
1017 return kInvalidFd;
1107 std::unique_ptr<const ProfileCompilationInfo> profile(LoadProfile(profile_file, kInvalidFd));

Completed in 55 milliseconds