/external/chromium_org/chrome/browser/safe_browsing/ |
binary_feature_extractor_win_unittest.cc | 25 base::FilePath source_path; variable 26 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &source_path)); 27 testdata_path_ = source_path
|
/external/llvm/utils/lit/lit/formats/ |
googletest.py | 73 source_path = testSuite.getSourcePath(path_in_suite) 74 for filename in os.listdir(source_path): 75 filepath = os.path.join(source_path, filename)
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
provided_file_system.h | 75 const base::FilePath& source_path, 79 const base::FilePath& source_path,
|
provided_file_system_interface.h | 148 const base::FilePath& source_path, 155 const base::FilePath& source_path,
|
fake_provided_file_system.h | 108 const base::FilePath& source_path, 112 const base::FilePath& source_path,
|
provided_file_system.cc | 233 const base::FilePath& source_path, 241 source_path, 283 const base::FilePath& source_path, 291 source_path,
|
/external/chromium_org/chrome/installer/util/ |
copy_tree_work_item.cc | 16 CopyTreeWorkItem::CopyTreeWorkItem(const base::FilePath& source_path, 21 : source_path_(source_path),
|
work_item.h | 85 const base::FilePath& source_path, 126 const base::FilePath& source_path,
|
work_item_list.h | 50 const std::wstring& source_path, 91 virtual WorkItem* AddMoveTreeWorkItem(const std::wstring& source_path,
|
work_item_list.cc | 84 const std::wstring& source_path, 90 base::FilePath(source_path), 150 WorkItem* WorkItemList::AddMoveTreeWorkItem(const std::wstring& source_path, 154 WorkItem* item = WorkItem::CreateMoveTreeWorkItem(base::FilePath(source_path),
|
/external/chromium_org/chromeos/dbus/ |
fake_cros_disks_client.h | 24 virtual void Mount(const std::string& source_path, 59 const std::string& source_path,
|
cros_disks_client.h | 200 const std::string& source_path, 204 source_path_(source_path), 210 const std::string& source_path() const { return source_path_; } function in struct:chromeos::MountEntry 268 // mount label will be based on the |source_path|. 269 virtual void Mount(const std::string& source_path,
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_validator.py | 39 source_path = os.path.join(module_path, os.pardir, os.pardir) variable 42 EXTENDED_ATTRIBUTES_FILENAME = os.path.join(source_path,
|
compute_interfaces_info_individual.py | 53 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir)) variable 87 relative_path_local = os.path.relpath(idl_filename, source_path)
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_device_handler_unittest.cc | 53 void EmulateRemoveDisk(const std::string& source_path) { 54 scoped_ptr<Disk> disk(RemoveDisk(source_path)); 76 const std::string& source_path) const OVERRIDE { 85 virtual void MountPath(const std::string& source_path,
|
/external/chromium_org/chrome/common/importer/ |
profile_import_process_param_traits_macros.h | 35 IPC_STRUCT_TRAITS_MEMBER(source_path)
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.h | 177 std::string source_path; member in struct:chromeos::disks::DiskMountManager::MountPointInfo 189 : source_path(source), 240 // Returns Disk object corresponding to |source_path| or NULL on failure. 242 const std::string& source_path) const = 0; 257 virtual void MountPath(const std::string& source_path,
|
mock_disk_mount_manager.h | 89 // Returns Disk object associated with the |source_path| or NULL on failure. 91 const std::string& source_path) const;
|
/external/chromium_org/tools/android/ |
find_unused_resources.py | 102 if not options.source_path: 106 return (options.v, options.source_path, options.r_txt_path,
|
/external/chromium_org/build/android/pylib/linker/ |
test_case.py | 90 source_path = \ 92 if not os.path.exists(source_path): 93 logging.error('Could not find linker source file: ' + source_path) 96 with open(source_path) as f: 101 source_path)
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_cache.h | 78 // Stores |source_path| as a cache of the remote content of the file 83 const base::FilePath& source_path,
|
/external/chromium_org/chrome/utility/importer/ |
bookmarks_file_importer.cc | 98 source_profile.source_path,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
rebaselineserver.py | 111 source_path = filesystem.join(test_results_directory, source_file) 115 filesystem.copyfile(source_path, destination_path) 149 source_path = filesystem.join(source_directory, file_name) 151 filesystem.copyfile(source_path, destination_path)
|
/external/chromium_org/components/storage_monitor/ |
storage_monitor_chromeos.cc | 51 std::string source_path = mount_info.source_path; local 54 DiskMountManager::GetInstance()->FindDiskBySourcePath(source_path);
|
/external/chromium_org/media/cast/test/ |
simulator.cc | 198 void RunSimulation(const base::FilePath& source_path, 330 if (!source_path.empty()) { 332 media_source.SetSourceFile(source_path, 0); 523 base::FilePath source_path = cmd->GetSwitchValuePath( local 544 media::cast::RunSimulation(source_path, output_path, extra_data, model);
|