Searched defs:pFile (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java166 public void openOutFileInAppFilesDir(File pFile, String pFileOut) { argument
169 fos = new FileOutputStream(pFile);
185 FileInputStream fis = new FileInputStream(pFile);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp80 // contents initialized to the contents of pFile is created.
102 ObjectLoader *ObjectLoader::Load(FileBase &pFile, argument
107 const char *input_filename = pFile.getName().c_str();
111 if (pFile.hasError()) {
113 input_filename, pFile.getErrorMessage().c_str());
118 file_size = pFile.getSize();
119 if (pFile.hasError()) {
121 pFile.getErrorMessage().c_str());
132 file_map = pFile.createMap(0, file_size, /* pIsReadOnly */true);
133 if ((file_map == NULL) || pFile
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp18 static inline void SpecToFilename(const std::string& pSpec, std::string& pFile) argument
20 pFile = "lib";
21 pFile += pSpec;

Completed in 134 milliseconds