HomeSort by relevance Sort by last modified time
    Searched refs:symlink (Results 176 - 200 of 524) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/syslinux/utils/
mkdiskimage.in 245 die "$0: Failed to create symlink $imglink\n"
246 if ( !symlink(absolute_path($file), $imglink) );
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 138 PERLBN(symlink);
  /system/core/adb/
test_device.py 783 """Push a symlink.
797 symlink_path = os.path.join(host_dir, 'symlink')
798 os.symlink('foo', symlink_path)
804 ['cat', posixpath.join(self.DEVICE_TEMP_DIR, 'symlink')])
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 1154 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink; local
1155 int byte = strlen(dir_ent->inode->symlink);
1156 size_t off = offsetof(struct squashfs_symlink_inode_header, symlink);
1158 inode = get_inode(sizeof(*symlink) + byte);
1159 symlink->nlink = nlink;
1160 symlink->symlink_size = byte;
1161 SQUASHFS_SWAP_SYMLINK_INODE_HEADER(symlink, inode);
1162 strncpy(inode + off, dir_ent->inode->symlink, byte);
1167 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dir_util.py 121 (the default), the destination of the symlink will be copied.
152 os.symlink(link_dest, dst_name)
file_util.py 85 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
143 os.symlink(src, dst)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 13 if hasattr(os, "symlink"):
22 os.symlink(real, link)
  /external/autotest/client/bin/
local_host.py 137 os.symlink(os.readlink(source), dest)
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 196 # Create symlink to .framework on Mac
206 print 'Creating symlink "%s"' % dest
207 os.symlink(framework, dest)
  /external/boringssl/src/util/bot/
extract.py 156 os.symlink(entry.target, fixed_path)
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_file_test.c 171 show_prompt("symlink()");
172 show_result(symlink(symlink_dest_path, symlink_source_path));
241 set_profile(3, "file::symlink");
265 set_profile(0, "file::symlink");
  /external/python/cpython2/Lib/distutils/
dir_util.py 121 (the default), the destination of the symlink will be copied.
156 os.symlink(link_dest, dst_name)
file_util.py 85 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
151 os.symlink(src, dst)
  /external/python/cpython2/Lib/test/
test_platform.py 13 if hasattr(os, "symlink"):
22 os.symlink(real, link)
test_stat.py 124 @unittest.skipUnless(hasattr(os, 'symlink'), 'os.symlink not available')
127 os.symlink(os.getcwd(), TESTFN)
  /external/python/cpython3/Lib/distutils/
dir_util.py 117 (the default), the destination of the symlink will be copied.
152 os.symlink(link_dest, dst_name)
file_util.py 80 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
146 os.symlink(src, dst)
  /external/python/cpython3/Lib/test/
test_py_compile.py 42 # In the face of a cfile argument being a symlink, bail out.
45 os.symlink(self.pyc_path + '.actual', self.pyc_path)
47 self.skipTest('need to be able to create a symlink for a file')
  /external/tensorflow/tensorflow/tools/git/
gen_git_source.py 119 # In python 3.5, symlink function exists even on Windows. But requires
121 if hasattr(os, 'symlink'):
122 os.symlink(src, os.path.join(gen_path, target))
269 help="Generate given spec-file, HEAD-symlink-file, ref-symlink-file",
  /external/toybox/toys/posix/
cpio.c 149 if (!test) err = symlink(data, name);
151 // Can't get a filehandle to a symlink, so do special chown
258 // Write out body for symlink or regular file
  /external/vulkan-validation-layers/build-android/
build.py 53 os.symlink(link_target, dst_file)
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
ClipStorage.java 49 * - [symlink] 1 > primary # copying to location X
50 * - [symlink] 2 > primary # copying to location Y
165 Os.symlink(primary.getAbsolutePath(), link.getAbsolutePath());
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dir_util.py 121 (the default), the destination of the symlink will be copied.
156 os.symlink(link_dest, dst_name)
file_util.py 85 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
143 os.symlink(src, dst)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py 13 if hasattr(os, "symlink"):
22 os.symlink(real, link)

Completed in 719 milliseconds

1 2 3 4 5 6 78 91011>>