Home
last modified time | relevance | path

Searched defs:oldname (Results 1 – 24 of 24) sorted by relevance

/external/toybox/lib/
Dhelp.c11 #define OLDTOY(name,oldname,flags) "\xff" #oldname "\0" argument
13 #define OLDTOY(name, oldname, flags) HELP_##oldname "\0" argument
/external/dtc/tests/
Dset_name.c33 const char *getname, *oldname; in check_set_name() local
/external/toybox/
Dmain.c20 #define OLDTOY(name, oldname, flags) \ argument
68 #define OLDTOY(name, oldname, flags) OPTSTR_##oldname || argument
Dtoys.h75 #define OLDTOY(name, oldname, flags) void oldname##_main(void); argument
/external/toybox/scripts/
Dinstall.c11 #define OLDTOY(name, oldname, flags) {#name, flags}, argument
/external/ltp/utils/ffsb-6.0-rc2/
Dmetaops.c71 char *oldname; in renamedir() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reorder_axes.cc30 void RenameArray(Model* model, const string& oldname, in RenameArray()
/external/toybox/toys/posix/
Dpatch.c261 char *oldname = NULL, *newname = NULL; in patch_main() local
/external/flac/libFLAC/
Dwindows_unicode_filenames.c164 int flac_internal_rename_utf8(const char *oldname, const char *newname) in flac_internal_rename_utf8()
/external/python/cpython3/Lib/
Dmodulefinder.py42 def ReplacePackage(oldname, newname): argument
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py502 def rename(oldname, newname, overwrite=False): argument
/external/python/cpython2/Lib/
Dmodulefinder.py66 def ReplacePackage(oldname, newname): argument
/external/python/cpython3/Python/
Dimport.c998 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames()
1022 PyObject *oldname; in update_compiled_module() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java1044 String oldname[] = {"", "", "", in TestNames() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1041 String oldname[] = {"", "", "", in TestNames() local
/external/python/cpython2/Python/
Dimport.c996 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames()
1022 PyObject *oldname, *newname; in update_compiled_module() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h686 #define __sanitizer_syscall_pre_link(oldname, newname) \ argument
688 #define __sanitizer_syscall_post_link(res, oldname, newname) \ argument
698 #define __sanitizer_syscall_pre_rename(oldname, newname) \ argument
700 #define __sanitizer_syscall_post_rename(res, oldname, newname) \ argument
1584 #define __sanitizer_syscall_pre_symlinkat(oldname, newdfd, newname) \ argument
1587 #define __sanitizer_syscall_post_symlinkat(res, oldname, newdfd, newname) \ argument
1590 #define __sanitizer_syscall_pre_linkat(olddfd, oldname, newdfd, newname, \ argument
1595 #define __sanitizer_syscall_post_linkat(res, olddfd, oldname, newdfd, newname, \ argument
1600 #define __sanitizer_syscall_pre_renameat(olddfd, oldname, newdfd, newname) \ argument
1603 #define __sanitizer_syscall_post_renameat(res, olddfd, oldname, newdfd, \ argument
/external/flatbuffers/include/flatbuffers/
Didl.h191 void Move(const std::string &oldname, const std::string &newname) { in Move()
/external/jemalloc/src/
Dctl.c1430 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl() local
/external/iptables/libiptc/
Dlibiptc.c2370 int TC_RENAME_CHAIN(const IPT_CHAINLABEL oldname, in TC_RENAME_CHAIN()
/external/python/cpython2/Modules/
D_sre.c1902 fix_string_param(PyObject *string, PyObject *string2, const char *oldname) in fix_string_param()
/external/jemalloc_new/src/
Dctl.c1820 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl() local
/external/u-boot/fs/yaffs2/
Dyaffsfs.c1485 YCHAR *oldname; in yaffs_rename() local
/external/libxml2/
DHTMLparser.c3959 const xmlChar *oldname; in htmlParseEndTag() local