Searched refs:newpath (Results 1 - 25 of 60) sorted by relevance

123

/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/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/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/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/tools/win/link_limiter/
H A Dbuild_link_limiter.py90 newpath = '%s__LIMITER.exe' % shim_exe
91 shutil.copyfile(exe_name, newpath)
93 % (shim_exe, os.path.abspath(newpath))
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.h23 virtual Error Rename(const Path& path, const Path& newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.h28 virtual Error Rename(const Path& path, const Path& newpath);
H A Dpassthrough_fs.cc66 Error PassthroughFs::Rename(const Path& path, const Path& newpath) { argument
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl96 /A {gsave newpath 0 360 arc stroke grestore} bind def
110 /U {C0 newpath 4 copy 4 2 roll 8 7 roll M L L L closepath stroke
118 /Hi {newpath 4 copy 4 2 roll 8 7 roll M L L L Hi_Color setrgbcolor fill closepath} bind def
119 /Med {newpath 4 copy 4 2 roll 8 7 roll M L L L Med_Color setrgbcolor fill closepath} bind def
120 /Lo {newpath 4 copy 4 2 roll 8 7 roll M L L L Lo_Color setrgbcolor fill closepath} bind def
121 /None {newpath 4 copy 4 2 roll 8 7 roll M L L L None_Color setrgbcolor fill closepath} bind def
228 /box { newpath moveto 0 1 rlineto 2 0 rlineto 0 -1 rlineto closepath } def
274 newpath
/external/chromium_org/third_party/skia/tools/
H A Dtest_gpuveto.py33 newpath = os.path.join(globbedpath, filename)
34 if os.path.isfile(newpath):
35 files.append(newpath)
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/skia/tools/
H A Dtest_gpuveto.py33 newpath = os.path.join(globbedpath, filename)
34 if os.path.isfile(newpath):
35 files.append(newpath)
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h203 int yaffs_symlink(const char *oldpath, const char *newpath);
206 int yaffs_link(const char *oldpath, const char *newpath);
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.h27 virtual Error Rename(const Path& path, const Path& newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs.h38 virtual Error Rename(const Path& path, const Path& newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.h63 virtual Error Rename(const Path& path, const Path& newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_newlib.cc227 int WRAP(link)(const char* pathname, const char* newpath) {
228 ERRNO_RTN(ki_link(pathname, newpath));
231 int WRAP(rename)(const char* pathname, const char* newpath) {
232 ERRNO_RTN(ki_rename(pathname, newpath));
235 int WRAP(symlink)(const char* pathname, const char* newpath) {
236 ERRNO_RTN(ki_symlink(pathname, newpath));
H A Dfilesystem.h91 virtual Error Rename(const Path& path, const Path& newpath) = 0;
H A Dkernel_intercept.h104 int ki_link(const char* oldpath, const char* newpath);
105 int ki_rename(const char* oldpath, const char* newpath);
106 int ki_symlink(const char* oldpath, const char* newpath);
H A Dkernel_proxy.h134 virtual int rename(const char* path, const char* newpath);
140 virtual int link(const char* oldpath, const char* newpath);
141 virtual int symlink(const char* oldpath, const char* newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.h27 virtual Error Rename(const Path& path, const Path& newpath);

Completed in 377 milliseconds

123