Searched refs:pdir (Results 1 – 10 of 10) sorted by relevance
/external/v8/tools/clang/scripts/ |
D | package.py | 175 pdir = 'clang-' + expected_stamp 176 print pdir 228 shutil.rmtree(pdir, ignore_errors=True) 293 os.makedirs(os.path.join(pdir, rel_root)) 296 dest = os.path.join(pdir, f) 317 subprocess.call(['strip', '-x', os.path.join(pdir, 'bin', f)]) 319 subprocess.call(['strip', os.path.join(pdir, 'bin', f)]) 323 os.symlink('clang', os.path.join(pdir, 'bin', 'clang++')) 324 os.symlink('clang', os.path.join(pdir, 'bin', 'clang-cl')) 327 os.symlink('lld', os.path.join(pdir, 'bin', 'ld.lld')) [all …]
|
/external/iproute2/ip/ |
D | ipvrf.c | 162 const char *pdir = strrchr(base_path, '/'); in recurse_dir() local 168 (pdir && !strcmp(pdir+1, netns))) in recurse_dir() 384 char *pdir = strrchr(vpath, '/'); in vrf_switch() local 386 if (!pdir) in vrf_switch() 387 pdir = vpath; in vrf_switch() 389 pdir++; in vrf_switch() 391 if (strcmp(pdir, netns) == 0) in vrf_switch() 392 *pdir = '\0'; in vrf_switch()
|
/external/bcc/tools/ |
D | bpflist.py | 73 for pdir in os.listdir('/proc'): 74 if re.match('\\d+', pdir): 76 find_bpf_fds(int(pdir))
|
/external/u-boot/include/ |
D | ioports.h | 12 unsigned int pdir; /* Port Data Direction Register (35-3) */ member 40 unsigned char pdir:1; /* Port Data Direction Register (35-3) */ member
|
/external/python/cpython2/Lib/distutils/command/ |
D | 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)
|
/external/python/cpython3/Lib/distutils/command/ |
D | 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/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_diskstat.c | 286 DIR *pdir = opendir(basename); in hud_get_num_disks() local 287 if (!pdir) { in hud_get_num_disks() 293 while ((dpart = readdir(pdir)) != NULL) { in hud_get_num_disks()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 160 pdir = 0, in config_8560_ioports() local 179 if (iopc->pdir) in config_8560_ioports() 180 pdir |= msk; in config_8560_ioports() 208 iop->pdir = (iop->pdir & tpmsk) | pdir; in config_8560_ioports()
|
/external/u-boot/include/configs/ |
D | MPC8560ADS.h | 311 #define MDIO_ACTIVE (iop->pdir |= 0x00400000) 312 #define MDIO_TRISTATE (iop->pdir &= ~0x00400000)
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 164 static uint16 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, uint64* nextdiroff); 4496 TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, in TIFFFetchDirectory() argument 4509 assert(pdir); in TIFFFetchDirectory() 4743 *pdir = dir; in TIFFFetchDirectory()
|