HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 62 base::FilePath source_path; member in struct:file_manager::VolumeInfo
file_manager_browsertest.cc 221 const base::FilePath source_path = local
224 ASSERT_TRUE(base::CopyFile(source_path, target_path))
225 << "Copy from " << source_path.value()
  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc 98 source_profile.source_path,
firefox_importer.cc 103 source_path_ = source_profile.source_path;
347 base::FilePath source_path = source_path_; local
348 base::FilePath file = source_path.AppendASCII("signons.sqlite");
354 file = source_path.AppendASCII("signons3.txt");
356 file = source_path.AppendASCII("signons2.txt");
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.h 82 // Returns Disk object associated with the |source_path| or NULL on failure.
84 const std::string& source_path) const;
disk_mount_manager_unittest.cc 26 const char* source_path; member in struct:__anon9929::TestDiskInfo
49 const char* source_path; member in struct:__anon9929::TestMountPointInfo
58 "/device/source_path",
83 "/archive/source_path",
89 "/device/source_path",
158 new DiskMountManager::Disk(disk.source_path,
184 DiskMountManager::MountPointInfo(mount_point.source_path,
221 "/archive/source_path"))
248 "/device/source_path"))
292 "/device/source_path"))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 112 source_path = filesystem.join(test_results_directory, source_file)
116 filesystem.copyfile(source_path, destination_path)
150 source_path = filesystem.join(source_directory, file_name)
152 filesystem.copyfile(source_path, destination_path)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 148 if (!volume_info.source_path.empty()) {
149 volume_metadata->source_path.reset(
150 new std::string(volume_info.source_path.AsUTF8Unsafe()));
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 33 ie->source_path.clear();
50 safari->source_path.clear();
86 firefox->source_path = profile_path;
external_process_importer_host.cc 172 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
ie_importer_browsertest_win.cc 538 source_profile.source_path = temp_dir_.path();
615 source_profile.source_path = temp_dir_.path();
642 source_profile.source_path = temp_dir_.path();
668 source_profile.source_path = temp_dir_.path();
  /external/libvpx/libvpx/build/make/
configure.sh 253 source_path=${0%/*}
255 if test -z "$source_path" -o "$source_path" = "." ; then
256 source_path="`pwd`"
416 SRC_PATH="$source_path"
417 SRC_PATH_BARE=$source_path
420 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
835 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
843 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"
853 LD=${source_path}/build/make/armlink_adapter.s
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos.cc 51 std::string source_path = mount_info.source_path; local
54 disks::DiskMountManager::GetInstance()->FindDiskBySourcePath(source_path);
  /external/chromium_org/chrome/common/importer/
profile_import_process_messages.h 35 WriteParam(m, p.source_path);
49 if (!ReadParam(m, iter, &p->source_path) ||
70 LogParam(p.source_path, l);
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 707 base::FilePath source_path = temp_dir.path().AppendASCII("source"); local
709 file_util::WriteFile(source_path, kTestData,
727 task_runner.get(), source_path, 0, base::Time()));
765 base::FilePath source_path = temp_dir.path().AppendASCII("source"); local
767 file_util::WriteFile(source_path, kTestData,
785 task_runner.get(), source_path, 0, base::Time()));
819 base::FilePath source_path = temp_dir.path().AppendASCII("source"); local
821 file_util::WriteFile(source_path, kTestData,
839 task_runner.get(), source_path, 0, base::Time()));
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 89 def ExtractTranslations(self, current_grd, source_rc, source_path,
104 source_path: Path to the source RC file
111 source_grd = self.rc2grd.Process(source_rc, source_path)
112 self.VerboseOut('Read %s into GRIT format, running gatherers.\n' % source_path)
  /external/chromium/chrome/browser/importer/
firefox3_importer.cc 73 source_path_ = source_profile.source_path;
320 FilePath source_path = source_path_; local
321 FilePath file = source_path.AppendASCII("signons.sqlite");
327 file = source_path.AppendASCII("signons3.txt");
329 file = source_path.AppendASCII("signons2.txt");
importer_host.cc 190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
profile_import_process_messages.h 34 WriteParam(m, p.source_path);
47 if (!ReadParam(m, iter, &p->source_path) ||
64 LogParam(p.source_path, l);
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 92 // Prettifies |source_path| for OS X, by localizing every component of the
95 base::FilePath PrettifyPath(const base::FilePath& source_path) {
98 DCHECK(source_path.IsAbsolute());
106 source_path.GetComponents(&components);
120 DCHECK_EQ(actual_path.value(), source_path.value());
124 // Prettifies |source_path|, by replacing the user's home directory with "~"
126 base::FilePath PrettifyPath(const base::FilePath& source_path) {
136 && home_path.AppendRelativePath(source_path, &display_path))
139 return source_path;
    [all...]
  /system/core/sdcard/
sdcard.c 684 static void fuse_init(struct fuse *fuse, int fd, const char *source_path,
697 fuse->root.namelen = strlen(source_path);
698 fuse->root.name = strdup(source_path);
720 snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/obb", source_path);
731 snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/Android/obb", source_path);
1824 const char *source_path = NULL; local
    [all...]
  /development/scripts/
divide_and_compress_test.py 97 source_path = ''.join([os.getcwd(), '/0-old.zip'])
102 test_target.OpenZipFileAtPath(source_path, mode='r').AndReturn(source)
107 os.rename(dest_path, source_path)
109 os.unlink(source_path)
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 215 base::FilePath source_path; local
216 PathService::Get(base::DIR_SOURCE_ROOT, &source_path);
217 source_path = source_path.AppendASCII("components");
218 source_path = source_path.AppendASCII("test");
219 source_path = source_path.AppendASCII("data");
220 source_path = source_path.AppendASCII("web_database")
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 424 base::FilePath source_path; local
425 base::CreateTemporaryFile(&source_path);
426 chrome_render_thread_->printer()->SaveSource(0, source_path);
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 112 base::FilePath source_path = local
114 if (!base::CopyFile(source_path, target_path)) {
116 source_path.value() << " to " << target_path.value();

Completed in 2541 milliseconds

1 23 4