Home
last modified time | relevance | path

Searched defs:rename (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/tools/build/test/
Dgenerators_test.py293 def f(rename): argument
311 def suffix(rename): argument
/third_party/musl/src/stdio/
Drename.c5 int rename(const char *old, const char *new) in rename() function
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/test/
Dbasic.js6 var rename = fs.rename variable
7 fs.rename = function (from, to, cb) { function
Drename-fail.js11 t.plan(1)
Drename-eperm.js19 fs.rename = function (src, dest, cb) { function
/third_party/node/deps/npm/node_modules/require-directory/
Dindex.js10 rename: function (name) { method
/third_party/boost/libs/nowide/src/
Dcstdio.cpp59 int rename(const char* old_name, const char* new_name) in rename() function
/third_party/jerryscript/tests/jerry/es2015/
Dclass-inheritance-core-1.js45 set rename (name) { setter in Animal
/third_party/NuttX/fs/vfs/
Dfs_rename.c240 int rename(const char *oldpath, const char *newpath) in rename() function
/third_party/skia/third_party/externals/tint/src/transform/
Dunshadow.cc48 auto rename = [&](const sem::Variable* var) -> const ast::Variable* { in Run() local
/third_party/node/deps/npm/node_modules/move-concurrently/
Dmove.js73 function rename (from, to, opts, done) { function
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js93 fs.rename = (function (fs$rename) { return function (from, to, cb) { argument
/third_party/ffmpeg/libavformat/
Dos_support.h243 #define rename win32_rename macro
/third_party/typescript/src/services/codefixes/
DconvertToEs6Module.ts289 const rename = exports.get(text); constant
/third_party/node/deps/npm/node_modules/write-file-atomic/
Dindex.js153 }).then(function rename () { function
/third_party/typescript/src/compiler/factory/
Dutilities.ts530 …const rename = sourceFile.renamedDependencies && sourceFile.renamedDependencies.get(moduleName.tex… constant
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h116 int (*rename) (const char *, const char *); member
Dfuse_lowlevel.h344 void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name, member
/third_party/node/lib/internal/fs/
Dpromises.js481 async function rename(oldPath, newPath) { function
735 rename, property
/third_party/boost/boost/filesystem/
Doperations.hpp465 void rename(const path& old_p, const path& new_p) {detail::rename(old_p, new_p);} in rename() function
468 void rename(const path& old_p, const path& new_p, system::error_code& ec) BOOST_NOEXCEPT in rename() function
/third_party/boost/tools/build/src/build/
Dtargets.py354 def rename (self, new_name): member in AbstractTarget
799 def rename(self, new_name): member in MainTarget
/third_party/NuttX/fs/nfs/
Drpc.h356 struct RENAME3args rename; member
476 struct RENAME3resok rename; member
/third_party/toybox/toys/other/
Dbzcat.c678 int outfd = 1, rename = 0, len = strlen(name); in do_bunzip2() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js594 rename: function (...args) { method
/third_party/typescript/
DGulpfile.js8 const rename = require("gulp-rename"); constant

12