OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_fd
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
dexopt.cpp
191
static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int
image_fd
,
255
image_fd
>= 0 && get_property("dalvik.vm.appimageformat", app_image_format, NULL) > 0;
308
if (
image_fd
>= 0) {
310
sprintf(dex2oat_image_fd, "--app-image-fd=%d",
image_fd
);
1567
Dex2oatFileWrapper
image_fd
=
local
[
all
...]
/art/compiler/
image_writer.h
127
// If
image_fd
is not kInvalidFd, then we use that for the image file. Otherwise we open
131
bool Write(int
image_fd
,
image_writer.cc
170
bool ImageWriter::Write(int
image_fd
,
173
// If
image_fd
or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
176
if (
image_fd
!= kInvalidFd) {
201
if (
image_fd
!= kInvalidFd) {
203
image_file.reset(new File(
image_fd
, unix_file::kCheckSafeUsage));
210
LOG(ERROR) << "image fd " <<
image_fd
<< " name " << image_filename;
[
all
...]
Completed in 73 milliseconds