Home
last modified time | relevance | path

Searched refs:new_path (Results 1 – 25 of 52) sorted by relevance

123

/external/webrtc/webrtc/base/
Dfileutils.h156 const Pathname &new_path) = 0;
163 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
167 bool MoveFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFileOrFolder() argument
169 return MoveFile(old_path, new_path); in MoveFileOrFolder()
171 return MoveFolder(old_path, new_path); in MoveFileOrFolder()
178 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
181 bool CopyFolder(const Pathname &old_path, const Pathname &new_path);
183 bool CopyFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFileOrFolder() argument
185 return CopyFile(old_path, new_path); in CopyFileOrFolder()
187 return CopyFolder(old_path, new_path); in CopyFileOrFolder()
[all …]
Dunixfilesystem.cc223 const Pathname &new_path) { in MoveFile() argument
229 << " to " << new_path.pathname(); in MoveFile()
230 if (rename(old_path.pathname().c_str(), new_path.pathname().c_str()) != 0) { in MoveFile()
233 if (!CopyFile(old_path, new_path)) in MoveFile()
242 const Pathname &new_path) { in MoveFolder() argument
248 << " to " << new_path.pathname(); in MoveFolder()
249 if (rename(old_path.pathname().c_str(), new_path.pathname().c_str()) != 0) { in MoveFolder()
252 if (!CopyFolder(old_path, new_path)) in MoveFolder()
268 const Pathname &new_path) { in CopyFile() argument
270 << " to " << new_path.pathname(); in CopyFile()
[all …]
Dwin32filesystem.cc232 const Pathname &new_path) { in MoveFile() argument
238 << " to " << new_path.pathname(); in MoveFile()
240 ToUtf16(new_path.pathname()).c_str()) != 0; in MoveFile()
244 const Pathname &new_path) { in MoveFolder() argument
250 << " to " << new_path.pathname(); in MoveFolder()
252 ToUtf16(new_path.pathname()).c_str()) == 0) { in MoveFolder()
257 if (!CopyFolder(old_path, new_path)) in MoveFolder()
292 const Pathname &new_path) { in CopyFile() argument
294 ToUtf16(new_path.pathname()).c_str(), TRUE) != 0; in CopyFile()
Dwin32filesystem.h46 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path);
51 virtual bool MoveFolder(const Pathname &old_path, const Pathname &new_path);
55 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
Dunixfilesystem.h67 bool MoveFile(const Pathname& old_path, const Pathname& new_path) override;
68 bool MoveFolder(const Pathname& old_path, const Pathname& new_path) override;
73 bool CopyFile(const Pathname& old_path, const Pathname& new_path) override;
/external/libchrome/base/files/
Dfile_path.cc311 FilePath new_path(path_); in DirName() local
312 new_path.StripTrailingSeparatorsInternal(); in DirName()
318 StringType::size_type letter = FindDriveLetter(new_path.path_); in DirName()
321 new_path.path_.find_last_of(kSeparators, StringType::npos, in DirName()
325 new_path.path_.resize(letter + 1); in DirName()
328 new_path.path_.resize(letter + 2); in DirName()
330 IsSeparator(new_path.path_[letter + 1])) { in DirName()
333 new_path.path_.resize(letter + 3); in DirName()
336 new_path.path_.resize(last_separator); in DirName()
339 new_path.StripTrailingSeparatorsInternal(); in DirName()
[all …]
Dfile_util.cc250 FilePath new_path; in GetUniquePathNumber() local
252 new_path = path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", count)); in GetUniquePathNumber()
253 if (!PathExists(new_path) && in GetUniquePathNumber()
254 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) { in GetUniquePathNumber()
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c23 char *new_path; in main() local
41 new_path = strtok(NULL, "\t\n "); in main()
43 if (!old_path || !new_path) /* empty lines at the end of file */ in main()
47 if (symlink(old_path, new_path) != 0) { in main()
52 if (lstat(new_path, &statbuf) == -1) { in main()
59 new_path); in main()
69 num = readlink(new_path, buffer, size); in main()
/external/autotest/client/bin/result_tools/
Dzip_file_throttler.py45 new_path = os.path.join(os.path.dirname(file_info.path), new_name)
46 if os.path.exists(new_path):
47 utils_lib.LOG('File %s already exists, removing...' % new_path)
48 if not throttler_lib.try_delete_file_on_disk(new_path):
51 with tarfile.open(new_path, 'w:gz') as tar:
56 throttler_lib.try_delete_file_on_disk(new_path)
61 os.utime(new_path, (stat.st_atime, stat.st_mtime))
Dshrink_file_throttler.py65 new_path = os.path.join(os.path.dirname(file_info.path),
68 with open(new_path, 'w') as new_file, open(file_info.path) as old_file:
100 throttler_lib.try_delete_file_on_disk(new_path)
104 os.rename(new_path, file_info.path)
/external/syslinux/core/fs/
Dfs.c259 char *new_path; in searchdir() local
276 new_path = malloc(new_len); in searchdir()
277 if (!new_path) in searchdir()
280 copied = this_fs->fs_ops->readlink(inode, new_path); in searchdir()
283 new_path[copied] = '\0'; in searchdir()
284 dprintf("searchdir: Symlink: %s\n", new_path); in searchdir()
287 new_path[copied] = '/'; in searchdir()
288 strcpy(new_path + copied + 1, next_inode_name); in searchdir()
289 dprintf("searchdir: New path: %s\n", new_path); in searchdir()
293 path = next_inode_name = new_path; in searchdir()
[all …]
/external/ltp/testcases/kernel/fs/iso9660/
Disofs.sh61 local new_path="$cur_path/subdir_$i"
63 mkdir -p "$new_path"
65 dd if=/dev/urandom of="$new_path/file" bs=1024 count=100 >/dev/null 2>&1
67 gen_fs_tree "$new_path" $((cur_depth + 1))
/external/curl/lib/
Dcookie.c226 char *new_path = strdup(cookie_path); in sanitize_cookie_path() local
227 if(!new_path) in sanitize_cookie_path()
231 len = strlen(new_path); in sanitize_cookie_path()
232 if(new_path[0] == '\"') { in sanitize_cookie_path()
233 memmove((void *)new_path, (const void *)(new_path + 1), len); in sanitize_cookie_path()
236 if(len && (new_path[len - 1] == '\"')) { in sanitize_cookie_path()
237 new_path[len - 1] = 0x0; in sanitize_cookie_path()
242 if(new_path[0] != '/') { in sanitize_cookie_path()
244 free(new_path); in sanitize_cookie_path()
245 new_path = strdup("/"); in sanitize_cookie_path()
[all …]
/external/tensorflow/tensorflow/contrib/session_bundle/
Dexporter.py62 new_path = os.path.join(
64 logging.info("Copying asset %s to path %s.", source_filepath, new_path)
66 if gfile.Exists(new_path):
70 logging.info("Removing file %s.", new_path)
71 gfile.Remove(new_path)
72 gfile.Copy(source_filepath, new_path)
/external/autotest/site_utils/lxc/
Dcontainer.py196 def clone(cls, src, new_name=None, new_path=None, snapshot=False, argument
214 if new_path is None:
215 new_path = src.container_path
219 tempfile.mkdtemp(dir=new_path, prefix='container.'))
223 container_folder = os.path.join(new_path, new_name)
228 container = Container.create_from_existing_dir(new_path,
245 new_container = cls(new_path, new_name, {}, src, snapshot)
Dcontainer_unittest.py139 new_path=self.test_dir,
154 new_path=self.test_dir,
159 new_path=self.test_dir,
167 new_path=self.test_dir,
177 new_path=self.test_dir,
337 new_path=self.test_dir,
Dbase_image_unittest.py54 new_path=test_dir,
78 new_path=test_dir,
168 new_path=test_dir,
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.current_path/
Dcurrent_path.pass.cpp55 const path new_path = StaticEnv::Dir; in TEST_CASE() local
56 current_path(new_path); in TEST_CASE()
57 TEST_CHECK(current_path() == new_path); in TEST_CASE()
/external/autotest/client/cros/audio/
Daudio_test_data.py86 new_path = path
92 new_path = (original_path_without_ext + '_' +
121 path_dst=new_path,
130 new_test_data = AudioTestData(path=new_path,
/external/ipsec-tools/src/racoon/
Dremoteconf.c638 vchar_t *new_path; local
650 if ((new_path = vmalloc(len)) == NULL) {
656 new_path->v[0] = '\0';
657 (void)strlcat(new_path->v, script_dir, len);
658 (void)strlcat(new_path->v, "/", len);
659 (void)strlcat(new_path->v, path->v, len);
662 path = new_path;
/external/trappy/tests/
Dtest_results.py60 new_path = os.path.join(self.out_dir, "new_results.csv")
61 os.rename(old_path, new_path)
63 results_frame = get_results(new_path)
/external/python/cpython3/Lib/test/
Dtest_modulefinder.py314 new_path = os.path.join(TEST_DIR, 'a', 'spam.py')
317 replace_paths=[(old_path, new_path)])
319 expected = "co_filename %r changed to %r" % (old_path, new_path)
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dshell_util.py14 def ScopedChangeDir(new_path): argument
16 _os.chdir(new_path)
/external/compiler-rt/test/asan/Unit/
Dlit.site.cfg.in8 def push_ld_library_path(config, new_path):
10 (new_path, config.environment.get('LD_LIBRARY_PATH', '')))
/external/skia/infra/bots/
Dwin_toolchain_utils.py56 def resolve(win_toolchain_json, new_path): argument
58 _replace_in_file(win_toolchain_json, PLACEHOLDER, new_path)

123