Home
last modified time | relevance | path

Searched refs:oldname (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dlinktree.py59 oldname = os.path.join(old, name)
62 if debug > 1: print oldname, newname, linkname
63 if os.path.isdir(oldname) and \
64 not os.path.islink(oldname):
75 linknames(oldname, newname, linkname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c919 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames() argument
924 if (!_PyString_Eq(co->co_filename, oldname)) in update_code_filenames()
938 oldname, newname); in update_code_filenames()
945 PyObject *oldname, *newname; in update_compiled_module() local
954 oldname = co->co_filename; in update_compiled_module()
955 Py_INCREF(oldname); in update_compiled_module()
956 update_code_filenames(co, oldname, newname); in update_compiled_module()
957 Py_DECREF(oldname); in update_compiled_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c919 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames() argument
924 if (!_PyString_Eq(co->co_filename, oldname)) in update_code_filenames()
938 oldname, newname); in update_code_filenames()
945 PyObject *oldname, *newname; in update_compiled_module() local
954 oldname = co->co_filename; in update_compiled_module()
955 Py_INCREF(oldname); in update_compiled_module()
956 update_code_filenames(co, oldname, newname); in update_compiled_module()
957 Py_DECREF(oldname); in update_compiled_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c956 update_code_filenames(PyCodeObject *co, PyObject *oldname, PyObject *newname) in update_code_filenames() argument
961 if (!_PyString_Eq(co->co_filename, oldname)) in update_code_filenames()
975 oldname, newname); in update_code_filenames()
982 PyObject *oldname, *newname; in update_compiled_module() local
991 oldname = co->co_filename; in update_compiled_module()
992 Py_INCREF(oldname); in update_compiled_module()
993 update_code_filenames(co, oldname, newname); in update_compiled_module()
994 Py_DECREF(oldname); in update_compiled_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py47 def ReplacePackage(oldname, newname): argument
48 replacePackageMap[oldname] = newname
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py47 def ReplacePackage(oldname, newname): argument
48 replacePackageMap[oldname] = newname
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1905 fix_string_param(PyObject *string, PyObject *string2, const char *oldname) in fix_string_param() argument
1912 oldname); in fix_string_param()
1916 "Use 'string' instead.", oldname); in fix_string_param()