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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
rename.S 4 .globl rename
6 .ent rename
8 rename: label
22 .end rename
  /bionic/libc/arch-arm/syscalls/
rename.S 6 ENTRY(rename) function
15 END(rename)
  /bionic/libc/arch-x86/syscalls/
rename.S 6 ENTRY(rename) function
24 END(rename)
  /ndk/sources/cxx-stl/llvm-libc++/src/
random.cpp 14 #define rename solaris_headers_are_broken macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 1 /* Work around rename bugs in some systems. On SunOS 4.1.1_U1
2 and mips-dec-ultrix4.4, rename fails when the source file has
3 a trailing slash. On mingw, rename fails when the destination
24 #undef rename macro
35 /* Rename the file SRC to DST. This replacement is necessary on
36 Windows, on which the system rename function will not replace
140 /* Rename the file SRC to DST, removing any trailing
158 ret_val = rename (src_temp, dst);
  /external/sepolicy/
mls 67 # Also constrain other forms of manipulation, e.g. chmod/chown, unlink, rename, etc.
69 mlsconstrain dir { open search setattr rename add_name remove_name reparent rmdir }
71 mlsconstrain { file lnk_file sock_file } { open setattr unlink link rename }
88 mlsconstrain dir { write setattr rename add_name remove_name reparent rmdir }
91 mlsconstrain { file lnk_file sock_file chr_file blk_file } { write setattr append unlink link rename }
101 mlsconstrain fifo_file { write setattr append unlink link rename }
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 189 diffName => "rename (with similarity index 100%)",
193 rename from foo
194 rename to foo_new
203 rename from foo
204 rename to foo_new
214 diffName => "rename (with similarity index < 100%)",
218 rename from foo
219 rename to foo_new
236 rename from foo
237 rename to foo_ne
    [all...]
  /external/webkit/Tools/Scripts/
svn-unapply 177 rename($fullPath, "$fullPath.orig") if -e $fullPath;
187 rename($fullPath, $tempPath);
189 rename($tempPath, $fullPath);
clean-header-guards 51 File.rename tmp_filename, filename
  /bionic/libstdc++/include/
cstdio 73 using ::rename;
  /external/grub/
compile 43 arguments, and rename the output as expected.
  /external/libffi/
compile 43 arguments, and rename the output as expected.
  /external/libogg/
compile 43 arguments, and rename the output as expected.
  /external/libusb/
compile 43 arguments, and rename the output as expected.
  /external/libusb-compat/
compile 43 arguments, and rename the output as expected.
  /external/libvorbis/
compile 43 arguments, and rename the output as expected.
  /external/zlib/src/contrib/minizip/
make_vms.com 22 $ rename minizip_info.txt; minizip_info.txt_old
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 73 using ::rename;
  /ndk/sources/cxx-stl/system/include/
cstdio 73 using ::rename;
  /ndk/sources/host-tools/make-3.81/config/
compile 43 arguments, and rename the output as expected.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 71 using ::rename;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 71 using ::rename;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 73 using ::rename;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 73 using ::rename;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 73 using ::rename;

Completed in 697 milliseconds

1 2 3 4 5 6 7 8 91011>>