/frameworks/compile/mclinker/lib/Support/Unix/ |
FileSystem.inc | 43 static int read_dir(intptr_t& pDir, std::string& pOutFilename) { 45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir)); 57 return read_dir(pDir, pOutFilename); 64 void open_dir(Directory& pDir) { 65 pDir.m_Handler = reinterpret_cast<intptr_t>(opendir(pDir.path().c_str())); 66 if (0 == pDir.m_Handler) { 69 pDir.m_CacheFull = true; 73 std::string path(pDir.path().native()); 74 switch (read_dir(pDir.m_Handler, path)) [all...] |
/external/pdfium/third_party/libtiff/ |
0007-uninitialized-value.patch | 5 @@ -4443,7 +4443,7 @@ TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir,
|
/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);
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
FileSystem.inc | 44 void open_dir(Directory& pDir) { 45 fs::Path file_filter(pDir.path()); 50 pDir.m_Handler = reinterpret_cast<intptr_t>(hFile); 54 pDir.m_CacheFull = true; 61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist); 66 void close_dir(Directory& pDir) { 67 if (pDir.m_Handler) 68 FindClose(reinterpret_cast<HANDLE>(pDir.m_Handler)); 69 pDir.m_Handler = 0;
|
/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);
|
/external/v8/tools/clang/scripts/ |
package.py | 127 pdir = 'clang-' + expected_stamp 129 print pdir 139 if (args.upload and GsutilArchiveExists(pdir, platform) and 144 print 'gs://chromium-browser-clang/%s/%s.tgz' % (platform, pdir) 192 shutil.rmtree(pdir, ignore_errors=True) 247 os.makedirs(os.path.join(pdir, rel_root)) 250 dest = os.path.join(pdir, f) 261 os.symlink('clang', os.path.join(pdir, 'bin', 'clang++')) 262 os.symlink('clang', os.path.join(pdir, 'bin', 'clang-cl')) 267 os.path.join(pdir, 'include', 'c++') [all...] |
/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/ |
FileSystem.h | 90 void open_dir(Directory& pDir); 91 void close_dir(Directory& pDir);
|
Directory.h | 34 friend void detail::open_dir(Directory& pDir); 35 friend void detail::close_dir(Directory& pDir);
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
hud_diskstat.c | 286 DIR *pdir = opendir(basename); local 287 if (!pdir) { 293 while ((dpart = readdir(pdir)) != NULL) {
|
/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]);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
build_py.py | 159 pdir = self.package_dir['.'.join(path)]
164 tail.insert(0, pdir)
174 pdir = self.package_dir.get('')
175 if pdir is not None:
176 tail.insert(0, pdir)
|
/external/python/cpython2/Lib/distutils/command/ |
build_py.py | 160 pdir = self.package_dir['.'.join(path)] 165 tail.insert(0, pdir) 175 pdir = self.package_dir.get('') 176 if pdir is not None: 177 tail.insert(0, pdir)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_py.py | 159 pdir = self.package_dir['.'.join(path)] 164 tail.insert(0, pdir) 174 pdir = self.package_dir.get('') 175 if pdir is not None: 176 tail.insert(0, pdir)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_py.py | 159 pdir = self.package_dir['.'.join(path)] 164 tail.insert(0, pdir) 174 pdir = self.package_dir.get('') 175 if pdir is not None: 176 tail.insert(0, pdir)
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
value.go | 130 var pdir *uint16 132 err = regLoadMUIString(syscall.Handle(k), pname, &buf[0], uint32(len(buf)), &buflen, 0, pdir) 147 pdir, err = syscall.UTF16PtrFromString(s) 152 err = regLoadMUIString(syscall.Handle(k), pname, &buf[0], uint32(len(buf)), &buflen, 0, pdir) 160 err = regLoadMUIString(syscall.Handle(k), pname, &buf[0], uint32(len(buf)), &buflen, 0, pdir)
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
value.go | 130 var pdir *uint16 132 err = regLoadMUIString(syscall.Handle(k), pname, &buf[0], uint32(len(buf)), &buflen, 0, pdir) 147 pdir, err = syscall.UTF16PtrFromString(s) 152 err = regLoadMUIString(syscall.Handle(k), pname, &buf[0], uint32(len(buf)), &buflen, 0, pdir) 160 err = regLoadMUIString(syscall.Handle(k), pname, &buf[0], uint32(len(buf)), &buflen, 0, pdir)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_py.py | 159 pdir = self.package_dir['.'.join(path)] 164 tail.insert(0, pdir) 174 pdir = self.package_dir.get('') 175 if pdir is not None: 176 tail.insert(0, pdir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_py.py | 159 pdir = self.package_dir['.'.join(path)] 164 tail.insert(0, pdir) 174 pdir = self.package_dir.get('') 175 if pdir is not None: 176 tail.insert(0, pdir)
|
/libcore/ojluni/src/main/native/ |
UNIXProcess_md.c | 690 const char *pdir; member in struct:_ChildStuff 755 if (p->pdir != NULL && chdir(p->pdir) < 0) 856 c->pdir = NULL; 880 if ((c->pdir = getBytes(env, dir)) == NULL) goto Catch; 947 releaseBytes(env, dir, c->pdir);
|
/frameworks/base/core/java/android/text/ |
Selection.java | 410 int pdir = layout.getParagraphDirection(line); local 412 if (dir * 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...] |
/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) {
|