HomeSort by relevance Sort by last modified time
    Searched full:symlink (Results 126 - 150 of 1015) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/nfsd/
xdr.h 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/nfsd/
xdr.h 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/nfsd/
xdr.h 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 63 base::FilePath symlink_file = inner_dir.AppendASCII("symlink");
107 base::FilePath().AppendASCII("symlink"));
112 base::FilePath().AppendASCII("symlink"));
  /frameworks/base/services/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java 115 Libcore.os.symlink(updateDir.getPath(), update.getPath());
118 Libcore.os.symlink(updateDir.getPath(), current.getPath());
123 Libcore.os.symlink(contexts.getPath(), tmp.getPath());
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc 77 // follow a symlink planted at |subkey_path|, clobbering a file outside the
79 // where a symlink is planted in the cache directory before Chrome has
81 // would be able to race against the protection by re-creating the symlink
96 // Only read from |subkey_path| if it is not a symlink.
120 // Only read from |subkey_path| if it is not a symlink and its name is
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls_unittest.cc 27 FtpDirectoryListingEntry::SYMLINK, "pub", -1,
30 FtpDirectoryListingEntry::SYMLINK, "mirror", -1,
51 FtpDirectoryListingEntry::SYMLINK, "pub", -1,
62 FtpDirectoryListingEntry::SYMLINK, "pub", -1,
141 FtpDirectoryListingEntry::SYMLINK, "Shortcut to incoming.lnk", -1,
ftp_directory_listing_parser_ls.cc 180 entry.type = FtpDirectoryListingEntry::SYMLINK;
218 if (entry.type == FtpDirectoryListingEntry::SYMLINK) {
222 // the symlink target, possibly for security reasons.
  /build/libs/host/
CopyFile.c 204 * because it's okay to write through a symlink (the noDereference stuff
344 * Copy a symlink. This only happens if we're in "no derefence" mode,
347 * We always discard the destination file. If it's a symlink already,
348 * we want to throw it out and replace it. If it's not a symlink, we
358 DBUG(("--- copying symlink '%s' to '%s'\n", src, dst));
367 "acp: destination '%s' exists and is not regular or symlink\n",
387 /* extract the symlink contents */
390 fprintf(stderr, "acp: unable to read symlink '%s': %s\n",
395 DBUG(("--- creating symlink file '%s' (--> %s)\n", dst, linkBuf));
406 if (symlink(linkBuf, dst) != 0)
    [all...]
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator-debian.wheezy.sh 339 SubBanner "Package Configs Symlink"
363 SubBanner "Package Configs Symlink"
396 Banner "jail symlink cleanup"
406 # Relativize the symlink.
410 # Relativize the symlink.
414 # Relativize the symlink.
418 # Relativize the symlink.
  /external/chromium_org/base/
file_util.h 66 // the symlink. (even if the symlink points to a non-existent file)
147 // Creates a symbolic link at |symlink| pointing to |target|. Returns
150 const FilePath& symlink);
152 // Reads the given |symlink| and returns where it points to in |target|.
154 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
176 // a file which the symlink points to.
179 // the permission of a file which the symlink points to.
271 // fail if |path| is a junction or symlink that points to an empty file,
291 // This function will return if the given file is a symlink or not
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 112 symlink = 0 variable in class:BundleBuilder
202 if self.symlink:
204 msg = "Making symlink from"
215 if self.symlink:
216 symlink(src, dst, mkdirs=1)
383 # Symlink the executable instead of copying it.
526 if self.strip and not self.symlink:
534 os.symlink(os.path.abspath(self.executable), dst)
781 def symlink(src, dst, mkdirs=0): function
787 os.symlink(os.path.abspath(src), dst
    [all...]
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls.cc 173 entry.type = FtpDirectoryListingEntry::SYMLINK;
206 if (entry.type == FtpDirectoryListingEntry::SYMLINK) {
210 // the symlink target, possibly for security reasons.
  /external/chromium_org/apps/app_shim/
app_shim_host_manager_browsertest_mac.mm 152 // Create a symlink at /tmp/scoped_dir_XXXXXX/udd that points to the real user
161 EXPECT_EQ(0, ::symlink(real_user_data_dir.AsUTF8Unsafe().c_str(),
251 // clobber in the actual user data dir, the test will fail if the symlink
  /external/chromium_org/chrome/test/pyautolib/
fetch_prebuilt_pyauto.py 196 # Create symlink to .framework on Mac
206 print 'Creating symlink "%s"' % dest
207 os.symlink(framework, dest)
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 66 * Set the value of this node. Any symlink that may have been set for this node will be replaced.
182 void setSymlink(Data symLink);
185 * Retrieve the symbolic link this node points to. Will return reference to self if not a symlink.
UnmodifiableData.java 97 public void setSymlink(Data symLink) {
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 106 // optimization: if the symlink status is known, and it isn't a symlink,
108 // symlink status to the regular status.
  /build/tools/releasetools/
img_from_target_files 66 # "SYSTEM", so create a symlink.
68 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
111 # "VENDOR", so create a symlink or an empty directory if VENDOR does not
115 os.symlink(os.path.join(OPTIONS.input_tmp, "VENDOR"),
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 599 // Verify that creating a symlink is caught.
603 // Note that we are watching the symlink
613 // Verify that deleting a symlink is caught.
636 // Note that we are watching the symlink.
651 // Note that we are watching the symlink.
667 // Note that we are watching the symlink.
677 // doesn't exist yet works if the symlink is created eventually.
706 // dangling symlink works if the directory is created eventually.
735 // Verify that watching a file with a symlink on the path
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc 66 // Ubuntu still hasn't given us a nice libunity.so symlink.
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
setup_test_links.sh 35 # Create symlink(s) to the given abs path(s) in 'pyauto_dep' dependency
  /external/dropbear/
dbmulti.c 70 "Make a symlink pointing at this binary with one of the following names:\n"
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 68 * Some applications, e.g. online help, need to know when a file has changed due to a symlink
  /external/kernel-headers/original/linux/nfsd/
xdr.h 133 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore

Completed in 1952 milliseconds

1 2 3 4 56 7 8 91011>>