Home
last modified time | relevance | path

Searched defs:use_fd (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc74 bool use_fd = false) {
112 bool use_fd = false,
132 bool use_fd, in GenerateOdexForTest()
220 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest()
633 bool use_fd, in CompileProfileOdex()
662 bool use_fd, in CompileProfileOdex()
/art/runtime/
Doat_file_assistant.cc1249 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()