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

  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 80 FilePath dest_path = temp_dir_.path(); local
81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
86 profile = profile_manager_->GetProfile(dest_path);
90 EXPECT_EQ(profile, profile_manager_->GetProfile(dest_path));
165 FilePath dest_path = local
171 profile_manager_->CreateProfileAsync(dest_path, &mock_observer);
183 FilePath dest_path = local
195 profile_manager_->CreateProfileAsync(dest_path, &mock_observer1);
196 profile_manager_->CreateProfileAsync(dest_path, &mock_observer2)
    [all...]
  /external/chromium_org/components/breakpad/browser/
crash_dump_manager_android.cc 111 base::FilePath dest_path = instance_->crash_dump_dir_.Append(filename); local
112 r = base::Move(minidump_path, dest_path);
115 << " to " << dest_path.value();
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.cc 286 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
287 if (src_path.empty() || dest_path.empty()) {
296 src_path, dest_path,
311 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
312 if (src_path.empty() || dest_path.empty()) {
321 src_path, dest_path,
334 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url); local
335 if (dest_path.empty()) {
343 src_file_path, dest_path,
file_cache.cc 158 base::FilePath dest_path = GetCacheFilePath(id);
162 success = base::Move(source_path, dest_path);
165 success = base::CopyFile(source_path, dest_path);
174 << "dest_path = " << dest_path.value() << ", "
450 const base::FilePath& dest_path = dest_directory.Append(dest_base_name) local
453 !base::Move(current, dest_path)) {
455 << " to " << dest_path.value();
file_cache_unittest.cc 333 base::FilePath dest_path = cache_->GetCacheFilePath(id); local
335 base::PathExists(dest_path));
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 128 base::FilePath dest_path = base.AppendASCII("dest_fs"); local
129 ASSERT_TRUE(base::CreateDirectory(dest_path));
132 fileapi::kFileSystemTypeNativeMedia, dest_path, NULL);
native_media_file_util_unittest.cc 276 base::FilePath dest_path = root_path().AppendASCII("dest"); local
289 ASSERT_TRUE(base::DeleteFile(dest_path, true));
290 ASSERT_TRUE(base::CreateDirectory(dest_path));
381 base::FilePath dest_path = root_path().AppendASCII("dest"); local
394 ASSERT_TRUE(base::DeleteFile(dest_path, true));
395 ASSERT_TRUE(base::CreateDirectory(dest_path));
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 144 base::FilePath dest_path = temp_dir_.path(); local
145 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
150 Profile* profile = profile_manager->GetProfile(dest_path);
154 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
358 base::FilePath dest_path = temp_dir_.path(); local
359 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
366 profile = profile_manager->GetProfile(dest_path);
384 base::FilePath dest_path = temp_dir_.path() local
629 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);
660 base::FilePath dest_path = profile_manager->user_data_dir(); local
663 dest_path.Append(FILE_PATH_LITERAL("New Profile 1")));
667 dest_path.Append(FILE_PATH_LITERAL("New Profile 2")));
707 base::FilePath dest_path = profile_manager->user_data_dir(); local
710 dest_path.Append(FILE_PATH_LITERAL("New Profile 1")));
714 dest_path.Append(FILE_PATH_LITERAL("New Profile 2")))
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 712 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
714 file_util::WriteFile(dest_path, "", 0);
730 FileStreamWriter::CreateForLocalFile(task_runner.get(), dest_path, 0));
754 ASSERT_TRUE(base::ReadFileToString(dest_path, &content));
770 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
772 file_util::WriteFile(dest_path, "", 0);
788 FileStreamWriter::CreateForLocalFile(task_runner.get(), dest_path, 0));
812 ASSERT_TRUE(base::ReadFileToString(dest_path, &content));
824 base::FilePath dest_path = temp_dir.path().AppendASCII("dest"); local
826 file_util::WriteFile(dest_path, "", 0)
    [all...]
obfuscated_file_util_unittest.cc 56 const char dest_path[64]; member in struct:fileapi::__anon10404::CopyMoveTestCaseRecord
    [all...]
  /bootable/recovery/updater/
install.c 400 char* dest_path; local
401 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
408 bool success = mzExtractRecursive(za, zip_path, dest_path,
412 free(dest_path);
433 char* dest_path; local
434 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
443 FILE* f = fopen(dest_path, "wb");
446 name, dest_path, strerror(errno));
454 free(dest_path);
    [all...]
  /system/core/sdcard/
sdcard.c 1825 const char *dest_path = NULL; local
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 155 milliseconds