Searched refs:ln (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/external/toybox/tests/
H A Dreadlink.test18 ln -sf notfound link
21 ln -sf ../../ link
24 ln -sf file link
26 ln -sf . link
28 ln -snf link link
42 ln -s . here &&
43 ln -s ./sub dir &&
51 ln -sf / link || exit 1
55 rm -f link && ln -sf link link || exit 1
63 ln
[all...]
H A Ddu.test14 ln -s ../du_2 du_test/xyz
21 ln -s . du_test/up
H A Dpwd.test15 ln -s . sym
/external/ltp/testcases/kernel/fs/racer/
H A Dfs_racer_file_link.sh28 ln -s $file $DIR/$new_file 2> /dev/null
29 ln $file $DIR/$new_file 2> /dev/null
H A Dfs_racer_file_symlink.sh28 ln -s $file $DIR/$new_file 2> /dev/null
29 ln -s $file/$file/$file $DIR/$new_file 2> /dev/null
/external/valgrind/none/tests/
H A Dallexec_prepare_prereq17 ln -f $1/allexec allexec32
19 ln -f -s allexec64 allexec32
23 ln -f $2/allexec allexec64
25 ln -f -s allexec32 allexec64
/external/libmtp/src/
H A Dutil.c103 uint32_t ln, lc; local
111 ln = ( remain > 16 ) ? 16 : remain;
113 for (i = 0; i < ln; i++) {
118 if ( ln < 16 ) {
119 int width = ((16-ln)/2)*5 + (2*(ln%2));
124 for (i = 0; i < ln; i++) {
132 remain -= ln;
133 dump_boundry += ln;
/external/python/cpython2/Mac/BuildScript/scripts/
H A Dpostflight.documentation14 ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html"
21 ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DResourceBasedPeriodFormatterDataService.java102 String ln = localeName;
103 while (!availableLocales.contains(ln)) {
104 int ix = ln.lastIndexOf("_");
106 ln = ln.substring(0, ix);
107 } else if (!"test".equals(ln)) {
108 ln = "test";
110 ln = null;
114 if (ln != null) {
115 String name = PATH + "pfd_" + ln
[all...]
/external/f2fs-tools/fsck/
H A DMakefile.am12 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
13 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/defrag.f2fs
14 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/resize.f2fs
15 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/sload.f2fs
/external/swiftshader/third_party/LLVM/utils/git/
H A Dfind-rev29 for ln in p.stdout:
30 if ln.startswith('commit '):
31 lastCommit = ln.split(' ',2)[1]
32 elif ln.startswith(' git-svn-id: '):
33 _,repo,_ = ln.strip().split(' ')
/external/llvm/utils/git/
H A Dfind-rev29 for ln in p.stdout:
30 if ln.startswith('commit '):
31 lastCommit = ln.split(' ',2)[1]
32 elif ln.startswith(' git-svn-id: '):
33 _,repo,_ = ln.strip().split(' ')
/external/llvm/utils/Target/ARM/
H A Danalyze-match-table.py12 for ln in lines:
13 ln = ln.split("{", 1)[1]
14 ln = ln.rsplit("}", 1)[0]
15 a,bc = ln.split("{", 1)
/external/swiftshader/third_party/LLVM/utils/Target/ARM/
H A Danalyze-match-table.py12 for ln in lines:
13 ln = ln.split("{", 1)[1]
14 ln = ln.rsplit("}", 1)[0]
15 a,bc = ln.split("{", 1)
/external/libcxx/utils/google-benchmark/tools/
H A Dcompare_bench.py25 for ln in output_lines:
26 print(ln)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DResourceBasedPeriodFormatterDataService.java100 String ln = localeName;
101 while (!availableLocales.contains(ln)) {
102 int ix = ln.lastIndexOf("_");
104 ln = ln.substring(0, ix);
105 } else if (!"test".equals(ln)) {
106 ln = "test";
108 ln = null;
112 if (ln != null) {
113 String name = PATH + "pfd_" + ln
[all...]
/external/llvm/utils/lit/lit/formats/
H A Dgoogletest.py42 for ln in lines:
43 if not ln.strip():
46 if 'Running main() from gtest_main.cc' in ln:
54 while ln[index*2:index*2+2] == ' ':
59 ln = ln[index*2:]
60 if ln.endswith('.'):
61 nested_tests.append(ln)
63 for name in nested_tests + [ln]]):
68 yield ''.join(nested_tests) + ln
[all...]
/external/clang/utils/perf-training/
H A Dperf-helper.py118 for ln in cc_output.split('\n'):
120 if (ln == 'Using built-in specs.' or
121 ln.startswith('Configured with:') or
122 ln.startswith('Target:') or
123 ln.startswith('Thread model:') or
124 ln.startswith('InstalledDir:') or
125 ln.startswith('LLVM Profile Note') or
126 ' version ' in ln):
128 cc_commands.append(ln)
185 for ln i
[all...]
/external/syslinux/core/lwip/src/core/snmp/
H A Dmib_structs.c158 struct mib_list_node *ln; local
160 ln = (struct mib_list_node *)memp_malloc(MEMP_SNMP_NODE);
161 if (ln != NULL)
163 ln->prev = NULL;
164 ln->next = NULL;
165 ln->objid = id;
166 ln->nptr = NULL;
168 return ln;
172 snmp_mib_ln_free(struct mib_list_node *ln) argument
174 memp_free(MEMP_SNMP_NODE, ln);
512 struct mib_list_node *ln; local
817 struct mib_list_node *ln; local
[all...]
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTestRunner.py240 ln = ' &&\n'.join(commands)
242 cmd = ShUtil.ShParser(ln, litConfig.isWindows).parse()
244 return (Test.FAIL, "shell parser error on: %r" % ln)
266 for ln in commands:
269 ln = TclUtil.TclLexer(ln).lex_unquoted(process_all = True)
272 tokens = list(TclUtil.TclLexer(ln).lex())
274 return (Test.FAIL, "Tcl lexer error on: %r" % ln)
280 "Invalid test line: %r containing %r" % (ln, t))
285 return (Test.FAIL, "Tcl 'exec' parse error on: %r" % ln)
[all...]
/external/autotest/site_utils/admin/
H A Ddeploy_private_tests.sh66 -exec ln -v -s {} ${PUBLIC_SERVER_TESTS_DIR} \;
69 -exec ln -v -s {} ${PUBLIC_CLIENT_TESTS_DIR} \;
72 -exec ln -v -s {} ${PUBLIC_SERVER_SUITES_DIR} \;
/external/rootdev/
H A DMakefile21 ln -s $(@F) $(OUT)/librootdev.so.1
22 ln -s $(@F) $(OUT)/librootdev.so
/external/vboot_reference/tests/futility/
H A Dtest_main.sh36 ln -sf ${FUTILITY} vbutil_key
38 ln -sf ${FUTILITY} vbutil_keyblock
44 ln -sf ${FUTILITY} muggle
47 ln -sf ${FUTILITY} buggle
/external/cmockery/cmockery_0_1_2/packages/
H A Ddeb.sh50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
55 ln -s "packages/deb" "debian"
/external/ltp/testcases/kernel/module/create_module/
H A DMakefile31 @set -e; for i in $(TARGETS); do ln -f $$i ../../../bin/$$i ; done

Completed in 970 milliseconds

1234567891011>>