HomeSort by relevance Sort by last modified time
    Searched refs:pDir (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libmedia/include/media/
PluginLoader.h 38 DIR* pDir = opendir(pluginDir.string());
39 if (pDir == NULL) {
43 while ((pEntry = readdir(pDir))) {
53 closedir(pDir);
  /hardware/interfaces/drm/1.0/default/include/
PluginLoader.h 42 DIR* pDir = opendir(pluginDir.string());
43 if (pDir == NULL) {
47 while ((pEntry = readdir(pDir))) {
57 closedir(pDir);
  /hardware/interfaces/cas/1.0/default/
FactoryLoader.h 96 DIR* pDir = opendir(dirPath.string());
98 if (pDir == NULL) {
104 while ((pEntry = readdir(pDir))) {
110 closedir(pDir);
117 closedir(pDir);
131 DIR* pDir = opendir(dirPath.string());
133 if (pDir == NULL) {
141 while ((pEntry = readdir(pDir))) {
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 54 DIR *pDir = NULL;
55 if ((pDir= opendir(checkAgainst)) != NULL) {
59 while ((dirEntry = readdir(pDir)) != NULL) {
87 closedir(pDir);
  /frameworks/av/drm/drmserver/
PlugInManager.h 204 DIR* pDir = opendir(rsDirPath.string());
207 while (NULL != pDir && NULL != (pEntry = readdir(pDir))) {
219 if (NULL != pDir) {
220 closedir(pDir);
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 34 friend void detail::open_dir(Directory& pDir);
35 friend void detail::close_dir(Directory& pDir);
FileSystem.h 90 void open_dir(Directory& pDir);
91 void close_dir(Directory& pDir);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 59 void cleanUpDirectory(File pDir, String dirName) {
60 File testDir = new File(pDir, dirName);
700 void verifyUserDataCleared(File pDir) {
701 if(localLOGV) Log.i(TAG, "Verifying "+pDir);
702 if(pDir == null) {
705 String fileList[] = pDir.list();
712 if(localLOGV) Log.i(TAG, "Found entry "+fileList[i]+ "in "+pDir);
717 fail(pDir+" should be empty or contain only lib subdirectory. Found "+fileList[i]);
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 255 DIR* pDir = NULL;
267 if((pDir = opendir(path)) == NULL) {
273 while((pDirent = readdir(pDir))) {
314 if(closedir(pDir) < 0) {
  /frameworks/base/libs/androidfw/
AssetManager.cpp 910 AssetDir* pDir = NULL;
918 pDir = new AssetDir;
953 pDir->setFileList(pMergedInfo);
954 return pDir;
968 AssetDir* pDir = NULL;
976 pDir = new AssetDir;
1002 pDir->setFileList(pMergedInfo);
1003 return pDir;
    [all...]

Completed in 2241 milliseconds