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

1 2 3

  /external/tcpdump/
print-ipfc.c 68 const char *srcname, *dstname; local
70 srcname = etheraddr_string(ndo, ipfcsrc);
88 ND_PRINT((ndo, "%s > %s, length %u: ", srcname, dstname, length));
print-token.c 112 const char *srcname, *dstname; local
114 srcname = etheraddr_string(ndo, fsrc);
122 srcname, dstname,
print-fddi.c 258 const char *srcname, *dstname; local
260 srcname = etheraddr_string(ndo, fsrc);
266 srcname, dstname,
  /external/python/cpython3/Lib/ctypes/test/
test_find.py 88 srcname = os.path.join(d, 'dummy.c')
91 with open(srcname, 'w') as f:
93 self.assertTrue(os.path.exists(srcname))
96 '-Wl,-soname,lib%s.so' % libname, srcname]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 57 static const char *srcname = NULL; variable
399 if ((srcfd = open(srcname = *argv, source_open_flag)) < 0) {
400 perror(srcname);
441 int src_alignment = dev_block_size_by_path(srcname);
470 srcfd2 = open(srcname, flag);
472 perror(srcname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 182 srcname = os.path.join(src, name)
185 if symlinks and os.path.islink(srcname):
186 linkto = os.readlink(srcname)
188 elif os.path.isdir(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
192 copy2(srcname, dstname)
198 errors.append((srcname, dstname, str(why)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 179 srcname = os.path.join(src, name)
182 if symlinks and os.path.islink(srcname):
183 linkto = os.readlink(srcname)
185 elif os.path.isdir(srcname):
186 copytree(srcname, dstname, symlinks, ignore)
189 copy2(srcname, dstname)
195 errors.append((srcname, dstname, str(why)))
  /external/python/cpython2/Lib/
shutil.py 182 srcname = os.path.join(src, name)
185 if symlinks and os.path.islink(srcname):
186 linkto = os.readlink(srcname)
188 elif os.path.isdir(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
192 copy2(srcname, dstname)
198 errors.append((srcname, dstname, str(why)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 182 srcname = os.path.join(src, name)
185 if symlinks and os.path.islink(srcname):
186 linkto = os.readlink(srcname)
188 elif os.path.isdir(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
192 copy2(srcname, dstname)
198 errors.append((srcname, dstname, str(why)))
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 182 srcname = os.path.join(src, name)
185 if symlinks and os.path.islink(srcname):
186 linkto = os.readlink(srcname)
188 elif os.path.isdir(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
192 copy2(srcname, dstname)
198 errors.append((srcname, dstname, str(why)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 182 srcname = os.path.join(src, name)
185 if symlinks and os.path.islink(srcname):
186 linkto = os.readlink(srcname)
188 elif os.path.isdir(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
192 copy2(srcname, dstname)
198 errors.append((srcname, dstname, str(why)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 182 srcname = os.path.join(src, name)
185 if symlinks and os.path.islink(srcname):
186 linkto = os.readlink(srcname)
188 elif os.path.isdir(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
192 copy2(srcname, dstname)
198 errors.append((srcname, dstname, str(why)))
  /frameworks/native/cmds/installd/
utils.h 115 int copy_dir_files(const char *srcname, const char *dstname, uid_t owner, gid_t group);
utils.cpp 616 int copy_dir_files(const char *srcname,
625 ds = opendir(srcname);
627 ALOGE("Couldn't opendir %s: %s\n", srcname, strerror(errno));
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 335 int srcname; member in struct:coda_rename_in
364 int srcname; member in struct:coda_symlink_in
  /external/kernel-headers/original/uapi/linux/
coda.h 483 int srcname; member in struct:coda_rename_in
522 int srcname; member in struct:coda_symlink_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 481 int srcname; member in struct:coda_rename_in
520 int srcname; member in struct:coda_symlink_in
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 370 srcname := d.name + ".c"
371 d.buildSrc(t, filepath.Join(dir, srcname))
373 args := d.buildArgs(outname, srcname)
598 srcname := "mydll.c"
599 err = ioutil.WriteFile(filepath.Join(tmpdir, srcname), []byte(src), 0)
604 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname)
663 srcname := "mydll.c"
664 err = ioutil.WriteFile(filepath.Join(tmpdir, srcname), []byte(src), 0)
669 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname)
883 srcname := "nojack.c
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 370 srcname := d.name + ".c"
371 d.buildSrc(t, filepath.Join(dir, srcname))
373 args := d.buildArgs(outname, srcname)
598 srcname := "mydll.c"
599 err = ioutil.WriteFile(filepath.Join(tmpdir, srcname), []byte(src), 0)
604 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname)
663 srcname := "mydll.c"
664 err = ioutil.WriteFile(filepath.Join(tmpdir, srcname), []byte(src), 0)
669 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname)
883 srcname := "nojack.c
    [all...]
  /external/capstone/packages/rpm/
capstone.spec 17 %global srcname distribute
  /external/libdrm/intel/
intel_decode.c 759 static void i915_get_instruction_src0(uint32_t *data, int i, char *srcname)
770 i915_get_instruction_src_name((a0 >> 7) & 0x7, src_nr, srcname);
774 strcat(srcname, swizzle);
777 static void i915_get_instruction_src1(uint32_t *data, int i, char *srcname)
788 i915_get_instruction_src_name((a1 >> 13) & 0x7, src_nr, srcname);
792 strcat(srcname, swizzle);
795 static void i915_get_instruction_src2(uint32_t *data, int i, char *srcname)
805 i915_get_instruction_src_name((a2 >> 21) & 0x7, src_nr, srcname);
809 strcat(srcname, swizzle);
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 531 srcname := name + ".go"
532 err := ioutil.WriteFile(filepath.Join(dir, srcname), []byte(printpathSrc), 0644)
540 cmd := exec.Command(testenv.GoToolPath(t), "build", "-o", outname, srcname)
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 531 srcname := name + ".go"
532 err := ioutil.WriteFile(filepath.Join(dir, srcname), []byte(printpathSrc), 0644)
540 cmd := exec.Command(testenv.GoToolPath(t), "build", "-o", outname, srcname)
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc     [all...]
  /external/libunwind/aux/
ltmain.sh     [all...]

Completed in 756 milliseconds

1 2 3