Home | History | Annotate | Download | only in vm

Lines Matching refs:open

2  * Copyright (C) 2008 The Android Open Source Project
37 * Attempt to open a file whose name is similar to <fileName>,
40 * to open "Home.dex". If the open succeeds, a pointer to a
43 * <flags> is passed directly to open(). O_CREAT is not supported.
71 fd = open(buf, flags);
76 ALOGV("Couldn't open %s: %s", buf, strerror(errno));
183 * Open a Jar file. It's okay if it's just a Zip archive without all of
209 * open it so we can stuff it into ppJarFile.
276 ALOGI("Unable to open or create cache for %s (%s)",
358 /* clean up, closing the open file */