HomeSort by relevance Sort by last modified time
    Searched defs:dest_path (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/crash/browser/
crash_dump_manager_android.cc 109 base::FilePath dest_path = instance_->crash_dump_dir_.Append(filename); local
110 r = base::Move(minidump_path, dest_path);
113 << " to " << dest_path.value();
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 227 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Test.log"));
234 dest_path,
241 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(dest_path, &entry));
247 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Dummy/Test.log"));
252 GetLocalResourceEntry(dest_path.DirName(), &entry));
256 dest_path,
263 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(dest_path, &entry));
272 base::FilePath dest_path(FILE_PATH_LITERAL(
277 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(dest_path.DirName(), &entry));
282 dest_path,
443 base::FilePath dest_path = directory_path.AppendASCII("File 1.txt"); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 291 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
292 if (src_path.empty() || dest_path.empty()) {
308 dest_path,
323 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
324 if (src_path.empty() || dest_path.empty()) {
335 src_path, dest_path,
347 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
348 if (dest_path.empty()) {
356 src_file_path, dest_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 129 base::FilePath dest_path = base.AppendASCII("dest_fs"); local
130 ASSERT_TRUE(base::CreateDirectory(dest_path));
135 dest_path,
native_media_file_util_unittest.cc 275 base::FilePath dest_path = root_path().AppendASCII("dest"); local
288 ASSERT_TRUE(base::DeleteFile(dest_path, true));
289 ASSERT_TRUE(base::CreateDirectory(dest_path));
382 base::FilePath dest_path = root_path().AppendASCII("dest"); local
395 ASSERT_TRUE(base::DeleteFile(dest_path, true));
396 ASSERT_TRUE(base::CreateDirectory(dest_path));
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 161 base::FilePath dest_path = GetCacheFilePath(id);
165 success = base::Move(source_path, dest_path);
168 success = base::CopyFile(source_path, dest_path);
177 << "dest_path = " << dest_path.value() << ", "
515 const base::FilePath& dest_path = dest_directory.Append(dest_base_name) local
518 !base::Move(current, dest_path)) {
520 << " to " << dest_path.value();
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 184 base::FilePath dest_path = temp_dir_.path(); local
185 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
190 Profile* profile = profile_manager->GetProfile(dest_path);
194 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
508 base::FilePath dest_path = temp_dir_.path(); local
509 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
516 profile = profile_manager->GetProfile(dest_path);
534 base::FilePath dest_path = temp_dir_.path() local
771 base::FilePath dest_path = temp_dir_.path(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 595 base::FilePath dest_path = profile_manager->user_data_dir(); local
596 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile 1"));
598 Profile* other_profile = profile_manager->GetProfile(dest_path);
662 base::FilePath dest_path = profile_manager->user_data_dir(); local
665 dest_path.Append(FILE_PATH_LITERAL("New Profile 1")));
669 dest_path.Append(FILE_PATH_LITERAL("New Profile 2")));
729 base::FilePath dest_path = profile_manager->user_data_dir(); local
732 dest_path.Append(FILE_PATH_LITERAL("New Profile 1")));
736 dest_path.Append(FILE_PATH_LITERAL("New Profile 2")))
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 719 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
738 task_runner.get(), dest_path, 0, FileStreamWriter::CREATE_NEW_FILE));
762 ASSERT_TRUE(base::ReadFileToString(dest_path, &content));
774 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
794 task_runner.get(), dest_path, 0, FileStreamWriter::CREATE_NEW_FILE));
818 ASSERT_TRUE(base::ReadFileToString(dest_path, &content));
826 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
845 task_runner.get(), dest_path, 0, FileStreamWriter::CREATE_NEW_FILE));
obfuscated_file_util_unittest.cc 67 const char dest_path[64]; member in struct:content::__anon11746::CopyMoveTestCaseRecord
    [all...]
  /bootable/recovery/updater/
install.c 490 char* dest_path; local
491 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
498 bool success = mzExtractRecursive(za, zip_path, dest_path,
502 free(dest_path);
528 char* dest_path; local
529 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
537 FILE* f = fopen(dest_path, "wb");
540 name, dest_path, strerror(errno));
548 free(dest_path);
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1318 milliseconds