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

  /external/autotest/server/site_tests/platform_CrashStateful/
platform_CrashStateful.py 39 def _ecrypt_mount(self, edir, mnt):
52 self._run('mkdir -p %s %s' % (edir, mnt))
54 (options, edir, mnt))
57 def _ecrypt_unmount(self, edir, mnt):
63 self._run('umount %s' % edir)
64 self._run('rm -R %s' % edir)
129 def _crash_ecrptfs(self, edir, mnt, dir):
132 @param edir - directory used for the encrypted file system
136 self._ecrypt_mount(edir, mnt)
138 self._ecrypt_mount(edir, mnt
    [all...]
  /external/autotest/server/site_tests/platform_SyncCrash/
platform_SyncCrash.py 82 edir = self._ECRYPT_DIR
91 self._run('mkdir -p %s %s' % (edir, mnt))
93 (options, edir, mnt))
99 edir = self._ECRYPT_DIR
101 self._run('umount %s' % edir)
102 self._run('rm -R %s %s' % (edir, mnt))
122 @param edir - directory used for the encrypted file system
  /toolchain/binutils/binutils-2.25/bfd/
elf32-ppc.c 3490 struct ppc_elf_link_hash_entry *edir, *eind; local
    [all...]
elf32-cris.c 3067 struct elf_cris_link_hash_entry *edir, *eind; local
    [all...]
elf32-microblaze.c 2574 struct elf32_mb_link_hash_entry *edir, *eind; local
    [all...]
elf32-or1k.c 2682 struct elf_or1k_link_hash_entry * edir; local
    [all...]
elf32-lm32.c 2572 struct elf_lm32_link_hash_entry * edir; local
    [all...]
elf32-m32r.c 1743 struct elf_m32r_link_hash_entry * edir; local
    [all...]
elf-m10300.c 4580 struct elf32_mn10300_link_hash_entry * edir; local
    [all...]
elf32-nios2.c 3661 struct elf32_nios2_link_hash_entry *edir, *eind; local
    [all...]
elf32-i386.c 1034 struct elf_i386_link_hash_entry *edir, *eind; local
    [all...]
elf32-s390.c 876 struct elf_s390_link_hash_entry *edir, *eind; local
    [all...]
elf32-tilepro.c 1328 struct tilepro_elf_link_hash_entry *edir, *eind; local
    [all...]
elf64-s390.c 795 struct elf_s390_link_hash_entry *edir, *eind; local
797 edir = (struct elf_s390_link_hash_entry *) dir;
802 if (edir->dyn_relocs != NULL)
813 for (q = edir->dyn_relocs; q != NULL; q = q->next)
824 *pp = edir->dyn_relocs;
827 edir->dyn_relocs = eind->dyn_relocs;
834 edir->tls_type = eind->tls_type;
    [all...]
elfxx-tilegx.c 1533 struct tilegx_elf_link_hash_entry *edir, *eind; local
    [all...]
elf64-x86-64.c 1086 struct elf_x86_64_link_hash_entry *edir, *eind; local
    [all...]
elf64-ppc.c 4623 struct ppc_link_hash_entry *edir, *eind; local
    [all...]
elf32-sh.c 5892 struct elf_sh_link_hash_entry *edir, *eind; local
    [all...]
elfxx-sparc.c 1279 struct _bfd_sparc_elf_link_hash_entry *edir, *eind; local
    [all...]
elfnn-aarch64.c 2040 struct elf_aarch64_link_hash_entry *edir, *eind; local
    [all...]
elf32-arm.c 3468 struct elf32_arm_link_hash_entry *edir, *eind; local
    [all...]
elf32-xtensa.c 692 struct elf_xtensa_link_hash_entry *edir, *eind;
694 edir = elf_xtensa_hash_entry (dir);
699 edir->tlsfunc_refcount += eind->tlsfunc_refcount;
704 edir->tls_type = eind->tls_type;
690 struct elf_xtensa_link_hash_entry *edir, *eind; local
    [all...]
elf32-nds32.c 3556 struct elf_nds32_link_hash_entry *edir, *eind; local
    [all...]
  /external/selinux/policycoreutils/setfiles/
restore.c 29 struct edir { struct
41 static struct edir excludeArray[MAX_EXCLUDES];

Completed in 2343 milliseconds