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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1153 // Opens the vdex files and assigns the input fd to in_vdex_wrapper_fd and the output fd to
1157 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd,
1159 CHECK(in_vdex_wrapper_fd != nullptr);
1206 in_vdex_wrapper_fd->reset(open(in_vdex_path_str.c_str(), O_RDWR, 0));
1207 if (in_vdex_wrapper_fd->get() == -1) {
1212 in_vdex_wrapper_fd->reset(open(in_vdex_path_str.c_str(), O_RDONLY, 0));
1222 in_vdex_wrapper_fd->get(),
1226 in_vdex_wrapper_fd->DisableAutoClose();
1155 open_vdex_files(const char* apk_path, const char* out_oat_path, int dexopt_needed, const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, Dex2oatFileWrapper* out_vdex_wrapper_fd) argument

Completed in 46 milliseconds