OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInfoFile
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.h
40
FileHandle *
mInfoFile
;
57
: mObjFile(NULL),
mInfoFile
(NULL), mInfoFileSize(0), mpHeader(NULL),
CacheReader.cpp
62
mInfoFile
= infoFile;
99
if (fstat(
mInfoFile
->getFD(), &stfile) < 0) {
126
if (
mInfoFile
->seek(0, SEEK_SET) != 0) {
137
if (
mInfoFile
->read((char *)mpHeader, sizeof(OBCC_Header)) !=
243
if (
mInfoFile
->seek(mpHeader->NAME##_offset, SEEK_SET) == -1) { \
248
if (
mInfoFile
->read(reinterpret_cast<char *>(NAME##_raw), \
CacheWriter.h
37
FileHandle *
mInfoFile
;
CacheWriter.cpp
63
mInfoFile
= infoFile;
382
if (
mInfoFile
->seek(OFFSET, SEEK_SET) == -1) { \
387
if (
mInfoFile
->write(reinterpret_cast<char *>(SECTION), (SIZE)) != \
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h
39
FileHandle *mObjFile, *
mInfoFile
;
62
: mObjFile(NULL),
mInfoFile
(NULL), mInfoFileSize(0), mpHeader(NULL),
MCCacheReader.cpp
78
mInfoFile
= infoFile;
105
if (fstat(
mInfoFile
->getFD(), &stfile) < 0) {
122
if (
mInfoFile
->seek(0, SEEK_SET) != 0) {
133
if (
mInfoFile
->read(reinterpret_cast<char *>(mpHeader), sizeof(MCO_Header)) !=
230
if (
mInfoFile
->seek(mpHeader->NAME##_offset, SEEK_SET) == -1) { \
235
if (
mInfoFile
->read(reinterpret_cast<char *>(NAME##_raw), \
MCCacheWriter.h
36
FileHandle *mObjFile, *
mInfoFile
;
MCCacheWriter.cpp
58
mInfoFile
= infoFile;
321
if (
mInfoFile
->seek(OFFSET, SEEK_SET) == -1) { \
326
if (
mInfoFile
->write(reinterpret_cast<char *>(SECTION), (SIZE)) != \
Completed in 22 milliseconds