HomeSort by relevance Sort by last modified time
    Searched refs:Rename (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mkbuiltin.go 76 // conflicts during "go tool compile sys.go". Rename PACKAGE to $2.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 73 // conflicts during "go tool compile sys.go". Rename PACKAGE to $2.
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 120 func Rename(oldpath, newpath string) error {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 73 // conflicts during "go tool compile sys.go". Rename PACKAGE to $2.
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 120 func Rename(oldpath, newpath string) error {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mkbuiltin.go 76 // conflicts during "go tool compile sys.go". Rename PACKAGE to $2.
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 484 // Rename any conflicting imports
501 // Rename any top-level declarations.
532 // Rename top-level old to new, both unresolved names
569 // Rename any conflicting top-level references from name to name_.
778 // A Rename describes a single renaming.
779 type rename struct { type
780 OldImport string // only apply rename if this import is present
786 func renameFix(tab []rename) func(*ast.File) bool {
807 func renameFixTab(f *ast.File, tab []rename) bool {
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 484 // Rename any conflicting imports
501 // Rename any top-level declarations.
532 // Rename top-level old to new, both unresolved names
569 // Rename any conflicting top-level references from name to name_.
778 // A Rename describes a single renaming.
779 type rename struct { type
780 OldImport string // only apply rename if this import is present
786 func renameFix(tab []rename) func(*ast.File) bool {
807 func renameFixTab(f *ast.File, tab []rename) bool {
  /external/avahi/common/
doxygen.mk 12 # doxygen-man: Rename some doxygen generated man pages.
  /build/tools/releasetools/
edify_generator.py 286 self.script.append('rename("%s", "%s");' % (srcfile, tgtfile))
288 raise ValueError("Rename not supported by update binary")
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 12 $! 4. Rename the files to lowercase.
30 $! A rename action section is needed to make sure that the files are
148 $! 4. Rename the files to lowercase.
157 $! Read through the file list to set up aliases and rename commands.
303 $! process .dir extensions for rename
311 $! process directory lines for rename.
321 $ line_out = " ""rename pcsi$destination:''pathname' ''filename'.DIR"""
329 $! process file lines for rename
362 $ line_out = " ""rename pcsi$destination:''pathname' ''filename'"""
  /prebuilts/go/darwin-x86/src/os/
file.go 75 // LinkError records an error during a link or symlink or rename
261 // Rename renames (moves) a file. OS-specific restrictions might apply.
263 func Rename(oldpath, newpath string) error {
264 return rename(oldpath, newpath)
os_test.go 716 err = Rename(from, to)
718 t.Fatalf("rename %q, %q failed: %v", to, from, err)
749 err = Rename(from, to)
751 t.Fatalf("rename %q, %q failed: %v", to, from, err)
778 err := Rename(from, to)
781 if err.Op != "rename" {
782 t.Errorf("rename %q, %q: err.Op: want %q, got %q", from, to, "rename", err.Op)
785 t.Errorf("rename %q, %q: err.Old: want %q, got %q", from, to, from, err.Old)
788 t.Errorf("rename %q, %q: err.New: want %q, got %q", from, to, to, err.New
    [all...]
file_unix.go 15 func rename(oldname, newname string) error { func
16 e := syscall.Rename(oldname, newname)
18 return &LinkError{"rename", oldname, newname, e}
  /prebuilts/go/linux-x86/src/os/
file.go 75 // LinkError records an error during a link or symlink or rename
261 // Rename renames (moves) a file. OS-specific restrictions might apply.
263 func Rename(oldpath, newpath string) error {
264 return rename(oldpath, newpath)
os_test.go 716 err = Rename(from, to)
718 t.Fatalf("rename %q, %q failed: %v", to, from, err)
749 err = Rename(from, to)
751 t.Fatalf("rename %q, %q failed: %v", to, from, err)
778 err := Rename(from, to)
781 if err.Op != "rename" {
782 t.Errorf("rename %q, %q: err.Op: want %q, got %q", from, to, "rename", err.Op)
785 t.Errorf("rename %q, %q: err.Old: want %q, got %q", from, to, from, err.Old)
788 t.Errorf("rename %q, %q: err.New: want %q, got %q", from, to, to, err.New
    [all...]
  /external/boringssl/src/util/
make_errors.go 120 os.Rename(headerPath+".tmp", headerPath)
  /prebuilts/go/darwin-x86/src/cmd/go/
clean.go 242 if err2 := os.Rename(f, f+"~"); err2 == nil {
  /prebuilts/go/linux-x86/src/cmd/go/
clean.go 242 if err2 := os.Rename(f, f+"~"); err2 == nil {
  /external/bison/data/
glr.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly.go 173 //sys Rename(from string, to string) (err error)
syscall_openbsd.go 172 //sys Rename(from string, to string) (err error)
syscall_darwin.go 273 //sys Rename(from string, to string) (err error)
  /prebuilts/go/linux-x86/src/syscall/
syscall_dragonfly.go 173 //sys Rename(from string, to string) (err error)
syscall_openbsd.go 172 //sys Rename(from string, to string) (err error)

Completed in 569 milliseconds

1 2 3 4