OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFileHandler
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c
84
FILE*
pFileHandler
= M4OSA_NULL;
173
pFileHandler
= fopen((const char *)tempConversionBuf, (const char *)mode);
177
pFileHandler
= fopen((const char *)pUrl, (const char *)mode);
180
if (M4OSA_NULL ==
pFileHandler
)
220
fclose(
pFileHandler
);
225
pFileContext->file_desc =
pFileHandler
;
259
fclose(
pFileHandler
);
270
fclose(
pFileHandler
);
288
iSavePos = ftell(
pFileHandler
); /* 1- Check the first position */
289
fseek(
pFileHandler
, 0, SEEK_END); /* 2- Go to the end of the file*
[
all
...]
/frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h
84
enum ErrorCode setOutput(int
pFileHandler
);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp
158
enum Linker::ErrorCode Linker::setOutput(int
pFileHandler
) {
159
mOutputHandler =
pFileHandler
;
Completed in 1085 milliseconds