HomeSort by relevance Sort by last modified time
    Searched refs:temp_path_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.h 39 base::FilePath temp_path_; member in class:DeleteTreeWorkItem
delete_tree_work_item.cc 35 temp_path_(temp_path),
62 if (!backup.CreateUniqueTempDirUnderPath(temp_path_)) {
63 PLOG(ERROR) << "Could not create temp dir in " << temp_path_.value();
113 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_path_)) {
115 << temp_path_.value();
  /external/chromium_org/content/browser/loader/
resource_loader_unittest.cc 486 base::FilePath temp_path() const { return temp_path_; }
507 CHECK(base::CreateTemporaryFile(&temp_path_));
510 base::File file(temp_path_, flags);
519 temp_path_,
546 base::FilePath temp_path_; member in class:content::ResourceLoaderRedirectToFileTest
  /external/chromium_org/content/shell/browser/
webkit_test_controller.h 184 base::FilePath temp_path_; member in class:content::WebKitTestController
webkit_test_controller.cc 309 temp_path_ = temp_path;
489 params.temp_path = temp_path_;

Completed in 1518 milliseconds