Searched defs:symlink (Results 1 - 25 of 26) sorted by relevance

12

/external/roboto-fonts/
H A DAndroid.mk21 # create symlink for given font
24 define create-font-symlink
56 $(eval $(call create-font-symlink,Roboto-Black.ttf,Roboto-Bold.ttf))
57 $(eval $(call create-font-symlink,Roboto-BlackItalic.ttf,Roboto-BoldItalic.ttf))
58 $(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf))
59 $(eval $(call create-font-symlink,Roboto-LightItalic.ttf,Roboto-Italic.ttf))
60 $(eval $(call create-font-symlink,Roboto-Medium.ttf,Roboto-Regular.ttf))
61 $(eval $(call create-font-symlink,Roboto-MediumItalic.ttf,Roboto-Italic.ttf))
62 $(eval $(call create-font-symlink,Roboto-Thin.ttf,Roboto-Regular.ttf))
63 $(eval $(call create-font-symlink,Robot
[all...]
/external/mesa3d/scons/
H A Dgallium.py45 def symlink(target, source, env): function
50 os.symlink(os.path.basename(source), target)
77 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
/external/webrtc/
H A Dsetup_links.py249 os.symlink(source_path, os.path.abspath(self._link_path))
258 # Handles symlink creation on the different platforms.
260 def symlink(source_path, link_path): member in class:LinkError
264 raise OSError('Failed to create symlink to %s. Notice that only NTFS '
267 os.symlink = symlink
325 now replaced with a symlink into the full Chromium checkout.
375 This will be a symlink on POSIX platforms. On Windows this requires
/external/toybox/lib/
H A Dlib.h74 char *symlink; member in struct:dirtree
/external/bison/darwin-lib/
H A Dunistd.h1683 # undef symlink
1684 # define symlink rpl_symlink
1686 _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file)
1688 _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file));
1691 _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file)
1694 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
1696 _GL_CXXALIASWARN (symlink);
1698 # undef symlink macro
1700 _GL_WARN_ON_USE (symlink, "symlink i
[all...]
/external/bison/linux-lib/
H A Dunistd.h1683 # undef symlink
1684 # define symlink rpl_symlink
1686 _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file)
1688 _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file));
1691 _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file)
1694 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
1696 _GL_CXXALIASWARN (symlink);
1698 # undef symlink macro
1700 _GL_WARN_ON_USE (symlink, "symlink i
[all...]
/external/rootdev/
H A Drootdev.c176 /* Prevent infinite recursion on symlink loops by limiting depth. */
228 if ((symlink(path, kActiveRoot)) && errno != EEXIST) {
229 warn("failed to symlink %s -> %s", kActiveRoot, path);
242 /* Check if the -s symlink exists. */
303 int rootdev_create_devices(const char *name, dev_t dev, bool symlink) { argument
340 if (symlink)
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.h77 char symlink[0]; member in struct:inode_info
H A Dunsquashfs.h96 char *symlink; member in struct:inode
H A Dsquashfs_compat.h113 char symlink[0]; member in struct:squashfs_symlink_inode_header_3
178 struct squashfs_symlink_inode_header_3 symlink; member in union:squashfs_inode_header_3
476 char symlink[0]; member in struct:squashfs_symlink_inode_header_1
504 struct squashfs_symlink_inode_header_1 symlink; member in union:squashfs_inode_header_1
609 char symlink[0]; member in struct:squashfs_symlink_inode_header_2
652 struct squashfs_symlink_inode_header_2 symlink; member in union:squashfs_inode_header_2
H A Dsquashfs_fs.h372 char symlink[0]; member in struct:squashfs_symlink_inode_header
441 struct squashfs_symlink_inode_header symlink; member in union:squashfs_inode_header
H A Dmksquashfs.c1110 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink; local
1111 int byte = strlen(dir_ent->inode->symlink);
1112 size_t off = offsetof(struct squashfs_symlink_inode_header, symlink);
1114 inode = get_inode(sizeof(*symlink) + byte);
1115 symlink->nlink = nlink;
1116 symlink->symlink_size = byte;
1117 SQUASHFS_SWAP_SYMLINK_INODE_HEADER(symlink, inode);
1118 strncpy(inode + off, dir_ent->inode->symlink, byte);
1123 struct squashfs_symlink_inode_header *symlink local
3017 lookup_inode3(struct stat *buf, int pseudo, int id, char *symlink, int bytes) argument
[all...]
/external/curl/lib/
H A Dftplistparser.c32 * 4) Unix symlink
122 } symlink; member in union:__anon3282
329 /* discard symlink which is containing multiple " -> " */
723 parser->state.UNIX.sub.symlink = PL_UNIX_SYMLINK_PRESPACE;
782 switch(parser->state.UNIX.sub.symlink) {
787 parser->state.UNIX.sub.symlink = PL_UNIX_SYMLINK_NAME;
793 parser->state.UNIX.sub.symlink = PL_UNIX_SYMLINK_PRETARGET1;
803 parser->state.UNIX.sub.symlink = PL_UNIX_SYMLINK_PRETARGET2;
810 parser->state.UNIX.sub.symlink = PL_UNIX_SYMLINK_NAME;
816 parser->state.UNIX.sub.symlink
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py613 /a/b/c -> /a/b2 c is a symlink to /a/b2
648 The component is either a real file, which is a no-op, or a symlink.
649 In the case of a symlink, we have to modify the path as built up so far
956 """Creates the specified symlink, pointed at the specified link target.
959 file_path: path to the symlink to create
960 link_target: the target of the symlink
1459 """Reads the target of a symlink.
1462 path: symlink to read the target of
1470 (with errno=EINVAL) if path is valid, but is not a symlink
1479 raise OSError(errno.EINVAL, 'Fake os module: not a symlink', pat
1829 def symlink(self, link_target, path): member in class:FakeOsModule
[all...]
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py631 /a/b/c -> /a/b2 c is a symlink to /a/b2
666 The component is either a real file, which is a no-op, or a symlink.
667 In the case of a symlink, we have to modify the path as built up so far
974 """Creates the specified symlink, pointed at the specified link target.
977 file_path: path to the symlink to create
978 link_target: the target of the symlink
1477 """Reads the target of a symlink.
1480 path: symlink to read the target of
1488 (with errno=EINVAL) if path is valid, but is not a symlink
1497 raise OSError(errno.EINVAL, 'Fake os module: not a symlink', pat
1852 def symlink(self, link_target, path): member in class:FakeOsModule
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs.h285 char symlink[0]; member in struct:squashfs_symlink_inode
353 struct squashfs_symlink_inode symlink; member in union:squashfs_inode
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h284 char symlink[0]; member in struct:squashfs_symlink_inode
352 struct squashfs_symlink_inode symlink; member in union:squashfs_inode
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h279 char symlink[0]; member in struct:squashfs_symlink_inode_header
324 struct squashfs_symlink_inode_header symlink; member in union:squashfs_inode_header
588 char symlink[0]; member in struct:squashfs_symlink_inode_header_1
705 char symlink[0]; member in struct:squashfs_symlink_inode_header_2
748 struct squashfs_symlink_inode_header_2 symlink; member in union:squashfs_inode_header_2
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c138 # define symlink(from, to) (-1) macro
816 result = symlink(symlinkcontents, toname);
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 5466 milliseconds

12