| /art/runtime/ |
| dex_file.cc | 121 DexFile::OpenFile(fd.Release(), filename, false, false, error_msg)); 229 std::unique_ptr<const DexFile> dex_file(DexFile::OpenFile(fd.Release(), 250 return OpenFile(fd, location, true /* verify */, verify_checksum, error_msg); 272 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, [all...] |
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_win.cc | 414 fd_t fd = OpenFile(modname, RdOnly, nullptr); 544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) {
|
| /external/libchrome/base/files/ |
| file_util_posix.cc | 679 FILE* OpenFile(const FilePath& filename, const char* mode) {
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| 7zUpdate.cpp | 520 void OpenFile();
560 void CFolderOutStream2::OpenFile()
586 OpenFile();
624 OpenFile();
[all...] |
| /external/sonivox/jet_tools/JetCreator/ |
| eas.py | 638 def OpenFile (self, path):
[all...] |
| /system/update_engine/payload_consumer/ |
| delta_performer.cc | 114 FileDescriptorPtr OpenFile(const char* path, int mode, int* err) { 344 source_fd_ = OpenFile(source_path_.c_str(), O_RDONLY, &err); 356 target_fd_ = OpenFile(target_path_.c_str(), O_RDWR, &err); [all...] |
| /external/v8/src/ |
| isolate.h | [all...] |
| /art/dex2oat/ |
| dex2oat.cc | [all...] |
| /external/stressapptest/src/ |
| worker.cc | [all...] |