Searched defs:newpath (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Drename.c8 int rename(const char* path, const char* newpath) { argument
9 return ki_rename(path, newpath);
H A Dsymlink.c8 int symlink(const char* oldpath, const char* newpath) { argument
9 return ki_symlink(oldpath, newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc66 Error PassthroughFs::Rename(const Path& path, const Path& newpath) { argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_object_test.cc44 Error Rename(const Path& path, const Path& newpath) { return 0; } argument
H A Dkernel_proxy_test.cc727 virtual Error Rename(const Path& path, const Path& newpath) { return ENOSYS; } argument
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp59 char newpath[MAX_PATH_SIZE] = ""; local
60 uprv_strcpy(newpath, checkAgainst);
61 uprv_strcat(newpath, U_FILE_SEP_STRING);
62 uprv_strcat(newpath, dirEntry->d_name);
64 if ((subDirp = opendir(newpath)) != NULL) {
65 /* If this new path is a directory, make a recursive call with the newpath. */
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath);
/external/chromium_org/third_party/skia/tools/
H A Dfind_bad_images_in_skps.py82 newpath = os.path.join(globbedpath, filename) variable in class:list_files.NotAFileException
83 if os.path.isfile(newpath):
84 yield newpath
/external/icu/icu4c/source/tools/toolutil/
H A Dfiletools.cpp59 char newpath[MAX_PATH_SIZE] = ""; local
60 uprv_strcpy(newpath, checkAgainst);
61 uprv_strcat(newpath, U_FILE_SEP_STRING);
62 uprv_strcat(newpath, dirEntry->d_name);
64 if ((subDirp = opendir(newpath)) != NULL) {
65 /* If this new path is a directory, make a recursive call with the newpath. */
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath);
/external/skia/tools/
H A Dfind_bad_images_in_skps.py82 newpath = os.path.join(globbedpath, filename) variable in class:list_files.NotAFileException
83 if os.path.isfile(newpath):
84 yield newpath
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.cc108 Error StreamFs::Rename(const Path& path, const Path& newpath) { argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc287 Error DevFs::Rename(const Path& path, const Path& newpath) { argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc179 Error Html5Fs::Rename(const Path& path, const Path& newpath) { argument
191 std::string newpath_full = GetFullPath(newpath).Join();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.cc124 Error HttpFs::Rename(const Path& path, const Path& newpath) { argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.cc467 Error JsFs::Rename(const Path& path, const Path& newpath) { argument
472 "new", newpath.Join().c_str())) {
/external/chromium_org/third_party/freetype/src/base/
H A Dftrfork.c474 char* newpath; local
482 newpath = raccess_make_file_name( memory, base_file_name, "._" );
483 if ( !newpath )
486 error = raccess_guess_linux_double_from_file_name( library, newpath,
489 *result_file_name = newpath;
491 FT_FREE( newpath );
508 char* newpath = NULL; local
520 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
523 FT_MEM_COPY( newpath, base_file_name, base_file_len );
524 FT_MEM_COPY( newpath
544 char* newpath = NULL; local
576 char* newpath; local
603 char* newpath; local
629 char* newpath; local
660 char* newpath; local
[all...]
/external/freetype/src/base/
H A Dftrfork.c492 char* newpath; local
500 newpath = raccess_make_file_name( memory, base_file_name, "._" );
501 if ( !newpath )
504 error = raccess_guess_linux_double_from_file_name( library, newpath,
507 *result_file_name = newpath;
509 FT_FREE( newpath );
526 char* newpath = NULL; local
538 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
541 FT_MEM_COPY( newpath, base_file_name, base_file_len );
542 FT_MEM_COPY( newpath
562 char* newpath = NULL; local
594 char* newpath; local
621 char* newpath; local
647 char* newpath; local
678 char* newpath; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftrfork.c474 char* newpath; local
482 newpath = raccess_make_file_name( memory, base_file_name, "._" );
483 if ( !newpath )
486 error = raccess_guess_linux_double_from_file_name( library, newpath,
489 *result_file_name = newpath;
491 FT_FREE( newpath );
508 char* newpath = NULL; local
520 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
523 FT_MEM_COPY( newpath, base_file_name, base_file_len );
524 FT_MEM_COPY( newpath
544 char* newpath = NULL; local
576 char* newpath; local
603 char* newpath; local
629 char* newpath; local
660 char* newpath; local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc199 Error FuseFs::Rename(const Path& path, const Path& newpath) { argument
205 int result = fuse_ops_->rename(path.Join().c_str(), newpath.Join().c_str());
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.cc568 link(const char* oldpath, const char* newpath) { argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc641 FakeHtml5FsFilesystem::Path newpath = new_file_ref_resource->path; local
650 filesystem->RemoveNode(newpath);
652 EXPECT_TRUE(filesystem->AddFile(newpath, contents, NULL));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc134 uptr internal_rename(const char *oldpath, const char *newpath) { argument
135 return rename(oldpath, newpath);
H A Dsanitizer_win.cc363 uptr internal_rename(const char *oldpath, const char *newpath) { argument
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c277 struct extent_path *path, *newpath; local
429 newpath = path + 1;
430 if (!newpath->buf) {
432 &newpath->buf);
440 memset(newpath->buf, 0, handle->fs->blocksize);
443 blk, 1, newpath->buf);
449 eh = (struct ext3_extent_header *) newpath->buf;
457 newpath->left = newpath->entries =
459 newpath
831 struct extent_path *path, *newpath = 0; local
[all...]
/external/e2fsprogs/e2fsck/
H A Dunix.c1006 char *newpath; local
1012 newpath = malloc(len);
1013 if (!newpath)
1014 fatal_error(ctx, "Couldn't malloc() newpath");
1015 strcpy(newpath, PATH_SET);
1018 strcat(newpath, ":");
1019 strcat(newpath, oldpath);
1021 putenv(newpath);
/external/elfutils/0.153/src/
H A Dld.c1177 struct pathelement *newpath; local
1179 newpath = (struct pathelement *)
1182 newpath->pname = dir;
1186 ld_state.paths = ld_state.tailpaths = newpath->next = newpath;
1189 ld_state.tailpaths->next = newpath;
1190 ld_state.tailpaths = newpath;
1191 newpath->next = ld_state.paths;

Completed in 562 milliseconds

12