/external/chromium_org/chrome/installer/util/ |
copy_tree_work_item.h | 42 CopyTreeWorkItem(const base::FilePath& source_path,
|
move_tree_work_item.cc | 17 MoveTreeWorkItem::MoveTreeWorkItem(const base::FilePath& source_path, 21 : source_path_(source_path),
|
copy_tree_work_item.cc | 16 CopyTreeWorkItem::CopyTreeWorkItem(const base::FilePath& source_path, 21 : source_path_(source_path),
|
work_item.h | 84 const base::FilePath& source_path, 120 const base::FilePath& source_path,
|
work_item_list.h | 56 const std::wstring& source_path, 94 virtual WorkItem* AddMoveTreeWorkItem(const std::wstring& source_path,
|
work_item_list.cc | 96 const std::wstring& source_path, 102 base::FilePath(source_path), 157 WorkItem* WorkItemList::AddMoveTreeWorkItem(const std::wstring& source_path, 161 WorkItem* item = WorkItem::CreateMoveTreeWorkItem(base::FilePath(source_path),
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 56 virtual void MountPath(const std::string& source_path, 62 DiskMap::const_iterator it = disks_.find(source_path); 64 OnMountCompleted(MOUNT_ERROR_INTERNAL, source_path, type, ""); 69 source_path, 78 source_path, 110 std::string device_path = mount_point->second.source_path; 201 virtual const Disk* FindDiskBySourcePath(const std::string& source_path) 203 DiskMap::const_iterator disk_it = disks_.find(source_path); 232 disks_.find(mount_point.source_path) == disks_.end()) { 265 if (StartsWithASCII(it->second.source_path, mount_path [all...] |
mock_disk_mount_manager.cc | 185 Disk* disk = new DiskMountManager::Disk(std::string(mount_info.source_path), 204 DiskMountManager::DiskMap::iterator it = disks_.find(mount_info.source_path); 206 disks_.insert(std::make_pair(std::string(mount_info.source_path), disk)); 215 DiskMountManager::DiskMap::iterator it = disks_.find(mount_info.source_path); 229 const std::string& source_path) const { 230 DiskMap::const_iterator disk_it = disks_.find(source_path);
|
disk_mount_manager.h | 172 std::string source_path; member in struct:chromeos::disks::DiskMountManager::MountPointInfo 184 : source_path(source), 232 // Returns Disk object corresponding to |source_path| or NULL on failure. 234 const std::string& source_path) const = 0; 246 virtual void MountPath(const std::string& source_path,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 127 source_path = StringIO() 133 reporter = SilentReporter(source_path, 141 document = nodes.document(settings, reporter, source=source_path) 142 document.note_source(source_path, -1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 127 source_path = StringIO() 133 reporter = SilentReporter(source_path, 141 document = nodes.document(settings, reporter, source=source_path) 142 document.note_source(source_path, -1)
|
/external/chromium_org/chromeos/dbus/ |
fake_cros_disks_client.h | 24 virtual void Mount(const std::string& source_path, 52 const std::string& source_path,
|
cros_disks_client.h | 213 const std::string& source_path, 235 // mount label will be based on the |source_path|. 236 virtual void Mount(const std::string& source_path,
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 71 source_path = testSuite.getSourcePath(path_in_suite) 72 for filename in os.listdir(source_path): 73 filepath = os.path.join(source_path, filename) 119 source_path = testSuite.getSourcePath(path_in_suite) 120 for filename in os.listdir(source_path): 126 filepath = os.path.join(source_path, filename) 191 test.source_path = path 210 elif hasattr(test, 'source_path'): 211 cmd.append(test.source_path)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
mac_tool.py | 298 source_path = resource_rules 303 if not source_path: 304 source_path = os.path.join( 306 shutil.copy2(source_path, target_path) 322 source_path, provisioning_data, team_id = self._FindProvisioningProfile( 328 shutil.copy2(source_path, target_path) 469 source_path = entitlements 473 if not source_path: 474 source_path = os.path.join( 477 shutil.copy2(source_path, target_path [all...] |
/external/chromium_org/build/toolchain/win/ |
setup_toolchain.py | 92 def CopyTool(source_path): 95 with open(source_path) as source_file:
|
/external/chromium/chrome/browser/importer/ |
importer_list.cc | 30 ie->source_path.clear(); 47 safari->source_path.clear(); 81 firefox->source_path = profile_path; 101 google_toolbar->source_path.clear();
|
/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 { 84 virtual void MountPath(const std::string& source_path,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_cache.cc | 137 const base::FilePath& source_path, 143 if (!base::GetFileSize(source_path, &file_size)) { 144 LOG(WARNING) << "Couldn't get file size for: " << source_path.value(); 162 success = base::Move(source_path, dest_path); 165 success = base::CopyFile(source_path, dest_path); 173 << "source_path = " << source_path.value() << ", "
|
file_cache.h | 88 // Stores |source_path| as a cache of the remote content of the file 92 const base::FilePath& source_path,
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
volume_manager.cc | 86 volume_info.source_path = drive_path; 100 // Keep source_path empty. 114 volume_info.source_path = base::FilePath(mount_point.source_path); 261 disk_mount_manager_->FindDiskBySourcePath(it->second.source_path))); 404 base::FilePath(mount_info.source_path), 412 disk_mount_manager_->FindDiskBySourcePath(mount_info.source_path);
|
/external/chromium_org/chrome_frame/test/ |
test_server_test.cc | 36 const base::FilePath& source_path() const { function in class:TestServerTest 145 test_server::FileResponse file("/file", source_path().Append(
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
idl_compiler.py | 50 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir, os.pardir)) variable 86 relative_path_local = os.path.relpath(filename, source_path)
|
/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 | 92 source_path = \ 94 if not os.path.exists(source_path): 95 logging.error('Could not find linker source file: ' + source_path) 98 with open(source_path) as f: 103 source_path)
|