Searched refs:pDir (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string()); local
207 while (NULL != pDir && NULL != (pEntry = readdir(pDir))) {
219 if (NULL != pDir) {
220 closedir(pDir);
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h37 friend void detail::open_dir(Directory& pDir);
38 friend void detail::close_dir(Directory& pDir);
H A DFileSystem.h106 void open_dir(Directory& pDir);
107 void close_dir(Directory& pDir);
/frameworks/compile/libbcc/include/bcc/Support/
H A DLinkerConfig.h88 void addSearchDir(const std::string &pDir);
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DLinkerConfig.h81 void addSearchDir(const std::string &pDir);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java58 void cleanUpDirectory(File pDir, String dirName) { argument
59 File testDir = new File(pDir, dirName);
698 void verifyUserDataCleared(File pDir) { argument
699 if(localLOGV) Log.i(TAG, "Verifying "+pDir);
700 if(pDir == null) {
703 String fileList[] = pDir.list();
710 if(localLOGV) Log.i(TAG, "Found entry "+fileList[i]+ "in "+pDir);
715 fail(pDir+" should be empty or contain only lib subdirectory. Found "+fileList[i]);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1138 AssetDir* pDir = NULL; local
1149 pDir = new AssetDir;
1184 pDir->setFileList(pMergedInfo);
1185 return pDir;
1201 AssetDir* pDir = NULL; local
1212 pDir = new AssetDir;
1238 pDir->setFileList(pMergedInfo);
1239 return pDir;

Completed in 156 milliseconds