HomeSort by relevance Sort by last modified time
    Searched refs:oldnew (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/posix/
ln.c 49 char *oldnew, *try = toys.optargs[i]; local
57 oldnew = new;
72 rc = rename(new, oldnew);
78 new = oldnew;
  /prebuilts/go/darwin-x86/src/strings/
replace.go 23 func NewReplacer(oldnew ...string) *Replacer {
24 if len(oldnew)%2 == 1 {
28 if len(oldnew) == 2 && len(oldnew[0]) > 1 {
29 return &Replacer{r: makeSingleStringReplacer(oldnew[0], oldnew[1])}
33 for i := 0; i < len(oldnew); i += 2 {
34 if len(oldnew[i]) != 1 {
35 return &Replacer{r: makeGenericReplacer(oldnew)}
37 if len(oldnew[i+1]) != 1
    [all...]
  /prebuilts/go/linux-x86/src/strings/
replace.go 23 func NewReplacer(oldnew ...string) *Replacer {
24 if len(oldnew)%2 == 1 {
28 if len(oldnew) == 2 && len(oldnew[0]) > 1 {
29 return &Replacer{r: makeSingleStringReplacer(oldnew[0], oldnew[1])}
33 for i := 0; i < len(oldnew); i += 2 {
34 if len(oldnew[i]) != 1 {
35 return &Replacer{r: makeGenericReplacer(oldnew)}
37 if len(oldnew[i+1]) != 1
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
import_test.go 447 func rewriteImportFn(oldnew ...string) func(*ast.File) bool {
450 for i := 0; i < len(oldnew); i += 2 {
451 if imports(f, oldnew[i]) {
452 rewriteImport(f, oldnew[i], oldnew[i+1])
  /prebuilts/go/linux-x86/src/cmd/fix/
import_test.go 447 func rewriteImportFn(oldnew ...string) func(*ast.File) bool {
450 for i := 0; i < len(oldnew); i += 2 {
451 if imports(f, oldnew[i]) {
452 rewriteImport(f, oldnew[i], oldnew[i+1])
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 3229 struct vki_old_sigaction *oldnew = (struct vki_old_sigaction *)ARG2; local
    [all...]

Completed in 307 milliseconds