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

1 2

  /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):
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)
140 self._ecrypt_unmount(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
102 self._run('rm -R %s %s' % (edir, mnt))
122 @param edir - directory used for the encrypted file system
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_plan9_386.go 105 func stat(path string, edir []byte) (n int, err error) {
112 if len(edir) > 0 {
113 _p1 = unsafe.Pointer(&edir[0])
117 r0, _, e1 := Syscall(SYS_STAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
172 func wstat(path string, edir []byte) (err error) {
179 if len(edir) > 0 {
180 _p1 = unsafe.Pointer(&edir[0])
184 r0, _, e1 := Syscall(SYS_WSTAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
265 func Fstat(fd int, edir []byte) (n int, err error) {
267 if len(edir) > 0
    [all...]
zsyscall_plan9_amd64.go 105 func stat(path string, edir []byte) (n int, err error) {
112 if len(edir) > 0 {
113 _p1 = unsafe.Pointer(&edir[0])
117 r0, _, e1 := Syscall(SYS_STAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
172 func wstat(path string, edir []byte) (err error) {
179 if len(edir) > 0 {
180 _p1 = unsafe.Pointer(&edir[0])
184 r0, _, e1 := Syscall(SYS_WSTAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
265 func Fstat(fd int, edir []byte) (n int, err error) {
267 if len(edir) > 0
    [all...]
zsyscall_plan9_arm.go 105 func stat(path string, edir []byte) (n int, err error) {
112 if len(edir) > 0 {
113 _p1 = unsafe.Pointer(&edir[0])
117 r0, _, e1 := Syscall(SYS_STAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
172 func wstat(path string, edir []byte) (err error) {
179 if len(edir) > 0 {
180 _p1 = unsafe.Pointer(&edir[0])
184 r0, _, e1 := Syscall(SYS_WSTAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
265 func Fstat(fd int, edir []byte) (n int, err error) {
267 if len(edir) > 0
    [all...]
syscall_plan9.go 335 //sys stat(path string, edir []byte) (n int, err error)
336 func Stat(path string, edir []byte) (n int, err error) {
338 return stat(path, edir)
353 //sys wstat(path string, edir []byte) (err error)
354 func Wstat(path string, edir []byte) (err error) {
356 return wstat(path, edir)
364 //sys Fstat(fd int, edir []byte) (n int, err error)
365 //sys Fwstat(fd int, edir []byte) (err error)
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_plan9_386.go 105 func stat(path string, edir []byte) (n int, err error) {
112 if len(edir) > 0 {
113 _p1 = unsafe.Pointer(&edir[0])
117 r0, _, e1 := Syscall(SYS_STAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
172 func wstat(path string, edir []byte) (err error) {
179 if len(edir) > 0 {
180 _p1 = unsafe.Pointer(&edir[0])
184 r0, _, e1 := Syscall(SYS_WSTAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
265 func Fstat(fd int, edir []byte) (n int, err error) {
267 if len(edir) > 0
    [all...]
zsyscall_plan9_amd64.go 105 func stat(path string, edir []byte) (n int, err error) {
112 if len(edir) > 0 {
113 _p1 = unsafe.Pointer(&edir[0])
117 r0, _, e1 := Syscall(SYS_STAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
172 func wstat(path string, edir []byte) (err error) {
179 if len(edir) > 0 {
180 _p1 = unsafe.Pointer(&edir[0])
184 r0, _, e1 := Syscall(SYS_WSTAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
265 func Fstat(fd int, edir []byte) (n int, err error) {
267 if len(edir) > 0
    [all...]
zsyscall_plan9_arm.go 105 func stat(path string, edir []byte) (n int, err error) {
112 if len(edir) > 0 {
113 _p1 = unsafe.Pointer(&edir[0])
117 r0, _, e1 := Syscall(SYS_STAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
172 func wstat(path string, edir []byte) (err error) {
179 if len(edir) > 0 {
180 _p1 = unsafe.Pointer(&edir[0])
184 r0, _, e1 := Syscall(SYS_WSTAT, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(edir)))
265 func Fstat(fd int, edir []byte) (n int, err error) {
267 if len(edir) > 0
    [all...]
syscall_plan9.go 335 //sys stat(path string, edir []byte) (n int, err error)
336 func Stat(path string, edir []byte) (n int, err error) {
338 return stat(path, edir)
353 //sys wstat(path string, edir []byte) (err error)
354 func Wstat(path string, edir []byte) (err error) {
356 return wstat(path, edir)
364 //sys Fstat(fd int, edir []byte) (n int, err error)
365 //sys Fwstat(fd int, edir []byte) (err error)
  /external/selinux/libselinux/src/
selinux_restorecon.c 53 struct edir { struct
63 static struct edir *exclude_lst = NULL;
152 struct edir *tmp_list, *current;
171 sizeof(struct edir) * (exclude_count + 1));
  /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...]

Completed in 378 milliseconds

1 2