Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/external/sepolicy/
Dmls68 # Also constrain other forms of manipulation, e.g. chmod/chown, unlink, rename, etc.
70 mlsconstrain dir { open search setattr rename add_name remove_name reparent rmdir }
72 mlsconstrain { file lnk_file sock_file } { open setattr unlink link rename }
89 mlsconstrain dir { write setattr rename add_name remove_name reparent rmdir }
92 …constrain { file lnk_file sock_file chr_file blk_file } { write setattr append unlink link rename }
102 mlsconstrain fifo_file { write setattr append unlink link rename }
Dglobal_macros28 define(`link_file_perms', `{ getattr link unlink rename }')
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java214 boolean rename = false; in _run()
224 rename = true; in _run()
229 if (rename) // create a temp out file in _run()
284 if (rename) // rename-with-delete temp out file into the desired out file in _run()
/external/openssl/crypto/des/
DKERBEROS27 if (!rename(o_file, z_file)) {
35 if (!rename(o_file, z_file)) {
/external/javassist/src/main/javassist/bytecode/
DLocalVariableAttribute.java110 return Descriptor.rename(desc, oldname, newname); in renameEntry()
128 return Descriptor.rename(desc, classnames); in renameEntry()
317 sig = Descriptor.rename(sig, classnames); in copy()
DClassFile.java417 minfo.setDescriptor(Descriptor.rename(desc, oldname, newname)); in renameClass()
426 finfo.setDescriptor(Descriptor.rename(desc, oldname, newname)); in renameClass()
454 minfo.setDescriptor(Descriptor.rename(desc, classnames)); in renameClass()
463 finfo.setDescriptor(Descriptor.rename(desc, classnames)); in renameClass()
481 Descriptor.rename(desc, classnames); in getRefClasses()
490 Descriptor.rename(desc, classnames); in getRefClasses()
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dseries6 ext2tdb-rename
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DTurbo-C133 @rename $(YTAB).c parse.c
134 @rename $(YTAB).h parse.h
151 rename scan.c initscan.c
/external/zlib/contrib/minizip/
DChangeLogUnzip14 - rename to 1.00
54 - rename unzip* to unz* function and structure
Dmake_vms.com22 $ rename minizip_info.txt; minizip_info.txt_old
/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp1184 string rename(workingDir); in CompareDirs() local
1185 rename.append("/"); in CompareDirs()
1186 rename.append(oldFile); in CompareDirs()
1190 map<string, string>::iterator iter = renameMap.find(rename); in CompareDirs()
1192 renameMap[rename] = newName; in CompareDirs()
1193 myassert(rename != newName); in CompareDirs()
1195 fprintf(stderr, "map %s to %s\n", rename.c_str(), newName.c_str()); in CompareDirs()
1201 map<string, string>::iterator iter = renameMap.find(rename); in CompareDirs()
1203 string newName = renameMap[rename]; in CompareDirs()
1281 string rename(workingDir); in CompareDirs() local
[all …]
/external/dropbear/debian/
Dchangelog134 * debian/README.Debian, debian/docs: rename to debian/dropbear.*.
136 * debian/conffiles: rename to debian/dropbear.conffiles; add init
138 * debian/postinst: rename to debian/dropbear.postinst; adapt; use
141 * debian/postrm: rename to debian/dropbear.postrm; adapt; clean up
/external/libffi/
Dcompile43 arguments, and rename the output as expected.
/external/libusb/
Dcompile43 arguments, and rename the output as expected.
/external/grub/
Dcompile43 arguments, and rename the output as expected.
/external/llvm/test/Linker/
D2003-05-31-LinkerRename.ll4 ; the function name, we must rename the internal function to something that
/external/libusb-compat/
Dcompile43 arguments, and rename the output as expected.
/external/openssl/apps/
Dapps.c152 #define rename(from,to) WIN32_rename((from),(to)) macro
1740 if (rename(serialfile,buf[1]) < 0 && errno != ENOENT in rotate_serial()
1755 if (rename(buf[0],serialfile) < 0) in rotate_serial()
1761 rename(buf[1],serialfile); in rotate_serial()
2017 if (rename(dbfile,buf[1]) < 0 && errno != ENOENT in rotate_index()
2032 if (rename(buf[0],dbfile) < 0) in rotate_index()
2038 rename(buf[1],dbfile); in rotate_index()
2045 if (rename(buf[4],buf[3]) < 0 && errno != ENOENT in rotate_index()
2054 rename(dbfile,buf[0]); in rotate_index()
2055 rename(buf[1],dbfile); in rotate_index()
[all …]
/external/bluetooth/glib/glib/
Dgstdio.h41 #define g_rename rename
/external/markdown/docs/
Drelease-2.0.1.txt14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
/external/valgrind/main/memcheck/tests/linux/
Dwith-space.vgtest6 # easily rename an executable with a .dSYM -- the original executable name
/external/valgrind/main/include/
Dpub_tool_libcfile.h87 extern Int VG_(rename) ( const Char* old_name, const Char* new_name );
/external/stlport/
DINSTALL.unixes18 0) DO NOT overwrite/move/rename header files coming with the compiler,
75 -I<base install path>/stlport); never rename 'stlport' part of path!
/external/qemu/distrib/jpeg-6b/
Dmaktjpeg.st8 ; To use this file, rename it to jpegtran.prj.
/external/jpeg/
Dmaktjpeg.st8 ; To use this file, rename it to jpegtran.prj.

12345678910>>...14