Searched defs:target_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
H A Dmove.py28 os.rename(move.source_path, move.target_path)
56 def target_path(self): member in class:_Move
/external/e2fsprogs/contrib/android/
H A Dbasefs_allocator.c115 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path, argument
127 target_path);
132 const char *target_path EXT2FS_ATTR((unused)),
/external/libchrome/base/files/
H A Dfile_util_posix.cc316 // the suffix after from_path to to_path to create the target_path.
317 FilePath target_path(to_path);
319 if (!from_path_base.AppendRelativePath(current, &target_path)) {
326 if (mkdir(target_path.value().c_str(),
331 << target_path.value() << " errno = " << errno;
335 if (!CopyFile(current, target_path)) {
337 << target_path.value();
403 bool CreateSymbolicLink(const FilePath& target_path, argument
406 DCHECK(!target_path.empty());
407 return ::symlink(target_path
411 ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) argument
[all...]

Completed in 221 milliseconds