/external/chromium_org/remoting/webapp/ |
build-webapp.py | 52 full_path = os.path.join(root, f) 53 rel_path = os.path.relpath(full_path, directory) 54 zip.write(full_path, os.path.join(zipfile_base, rel_path))
|
/external/chromium_org/sandbox/win/src/ |
file_policy_test.cc | 65 base::string16 full_path = MakePathToSys(argv[0], false); local 66 if (full_path.empty()) { 70 HANDLE file = ::CreateFileW(full_path.c_str(), GENERIC_READ, kSharing,
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.cc | 347 PathString full_path; local 348 if (!full_path.assign(ctx->base_path) || 349 !full_path.append(name) || 350 !resource.WriteToDisk(full_path.get())) 354 if (!ctx->chrome_resource_path->assign(full_path.get())) 357 if (!ctx->setup_resource_path->assign(full_path.get()))
|
/external/chromium/chrome/browser/download/ |
download_manager.cc | 144 it->second->full_path().DirName() == dir_path) 156 (dir_path.empty() || it->second->full_path().DirName() == dir_path)) 177 if (!dir_path.empty() && (it->second->full_path().DirName() != dir_path)) 665 const FilePath& full_path, 668 << " full_path = \"" << full_path.value() << "\"" 688 item->OnDownloadRenamedToFinalName(full_path); 689 download_history_->UpdateDownloadPath(item, full_path); [all...] |
/external/chromium_org/chrome/browser/download/ |
chrome_download_manager_delegate_unittest.cc | 238 base::FilePath full_path = local 240 return full_path.NormalizePathSeparators();
|
/external/chromium_org/content/browser/download/ |
base_file.cc | 28 BaseFile::BaseFile(const base::FilePath& full_path, 36 : full_path_(full_path),
|
save_file_manager.h | 126 void DeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir); 204 void OnDeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir);
|
download_browsertest.cc | 121 const base::FilePath& full_path, 124 const base::FilePath& full_path, 195 const base::FilePath& full_path, 199 full_path, base::Bind(DownloadFileWithDelay::RenameCallbackWrapper, 204 const base::FilePath& full_path, const RenameCompletionCallback& callback) { 207 full_path, base::Bind(DownloadFileWithDelay::RenameCallbackWrapper, [all...] |
/sdk/emulator/qtools/ |
trace_reader.h | 583 static char full_path[4096]; local 588 full_path[0] = 0; 590 strcpy(full_path, root_); 592 strcat(full_path, region->path); 593 FILE *fobj = fopen(full_path, "r"); 617 fprintf(stderr, "Cannot read ELF header from '%s'\n", full_path); 631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path); 638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path); [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
custom_drag.cc | 27 GURL url = net::FilePathToFileURL(download_item->full_path());
|
/external/chromium/googleurl/src/ |
url_parse.cc | 294 Component full_path; local 303 full_path = Component(); 305 full_path = Component(end_auth, spec_len - end_auth); 310 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database.h | 240 // If |full_path| is active, assigns the tracker of |full_path| to |tracker|. 241 // Otherwise, assigns the nearest active ancestor to |full_path| to |tracker|. 244 const base::FilePath& full_path,
|
/external/chromium_org/net/base/ |
directory_lister.cc | 78 else if (sort_type == DirectoryLister::FULL_PATH)
|
directory_lister_unittest.cc | 153 DirectoryLister lister(root_path(), true, DirectoryLister::FULL_PATH,
|
/external/skia/gm/rebaseline_server/ |
server.py | 368 full_path = os.path.realpath(os.path.join(static_dir, path)) 369 if full_path.startswith(static_dir): 370 self.send_file(full_path) 374 % (full_path, static_dir))
|
/external/chromium/base/ |
file_util_win.cc | 656 bool CreateDirectory(const FilePath& full_path) { 660 const wchar_t* full_path_str = full_path.value().c_str(); 678 FilePath parent_path(full_path.DirName()); 679 if (parent_path.value() == full_path.value()) { 689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) { [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_handler_api.cc | 312 const base::FilePath& full_path) { 320 full_path_ = full_path;
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_browser_handlers.cc | 398 base::FilePath full_path = root.Append(iter->virtual_path); local 399 file_def->SetString("fileFullPath", full_path.value());
|
/external/chromium_org/content/common/ |
plugin_list_win.cc | 119 base::string16 full_path = base::string16(kRegistryFirefoxInstalled) + local 121 base::win::RegKey key(HKEY_LOCAL_MACHINE, full_path.c_str(), KEY_READ);
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSVersion.py | 342 full_path = os.path.join(path, 'devenv.exe') 344 if not force_express and os.path.exists(full_path):
|
/external/chromium/net/base/ |
directory_lister.cc | 136 else if (sort_ == FULL_PATH)
|
/external/chromium_org/url/third_party/mozilla/ |
url_parse.cc | 296 Component full_path; local 305 full_path = Component(); 307 full_path = Component(end_auth, spec_len - end_auth); 312 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpclient.cc | 405 request().path = purl.full_path(); 415 request().path = purl.full_path(); 729 request().path = purl.full_path();
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpclient.cc | 438 request().path = purl.full_path(); 448 request().path = purl.full_path(); 762 request().path = purl.full_path();
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_controller.mm | 236 [progressView_ setDownload:downloadModel->download()->full_path()];
|