Home
last modified time | relevance | path

Searched refs:newPath (Results 1 - 2 of 2) sorted by relevance

/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DFileioJsUnit.test.js3282 let newPath = fpath + "_rename";
3283 console.info('------------ test_fileio_rename_file_sync_000 : newPath = ' + newPath);
3284 fileio.renameSync(fpath, newPath);
3287 fileio.accessSync(newPath, 0);
3296 await getServerFileInfo(tcNumber, newPath, CODE_CREATE_FILE, done, function (serverFileRename) {
3302 fileio.unlinkSync(newPath);
3332 let newPath = dpath + "_rename";
3333 console.info('------------ test_fileio_rename_dir_sync_000 : newPath = ' + newPath);
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1215 char *newPath = static_cast<char *>(malloc(sizeof(char) * lenV)); in Link() local
1217 napi_get_value_string_utf8(env, args[PARAM_1], newPath, lenV, &lenA); in Link()
1219 int value = link(oldPath, newPath); in Link()
1236 char *newPath = static_cast<char *>(malloc(sizeof(char) * lenV)); in LinkAt() local
1239 napi_get_value_string_utf8(env, args[PARAM_1], newPath, lenV, &lenA); in LinkAt()
1241 int newFd = creat(newPath, PARAM_666); in LinkAt()
1242 int value = linkat(AT_FDCWD, oldPath, newFd, newPath, AT_SYMLINK_FOLLOW); in LinkAt()

Completed in 10 milliseconds