Home
last modified time | relevance | path

Searched refs:temp_path_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/installer/util/
Ddelete_tree_work_item.cc35 temp_path_(temp_path), in DeleteTreeWorkItem()
62 if (!backup.CreateUniqueTempDirUnderPath(temp_path_)) { in Do()
63 PLOG(ERROR) << "Could not create temp dir in " << temp_path_.value(); in Do()
113 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_path_)) { in Do()
115 << temp_path_.value(); in Do()
Ddelete_tree_work_item.h39 base::FilePath temp_path_; variable
/external/chromium_org/content/browser/loader/
Dresource_loader_unittest.cc487 base::FilePath temp_path() const { return temp_path_; } in temp_path()
508 CHECK(base::CreateTemporaryFile(&temp_path_)); in WrapResourceHandler()
511 base::File file(temp_path_, flags); in WrapResourceHandler()
520 temp_path_, in WrapResourceHandler()
547 base::FilePath temp_path_; member in content::ResourceLoaderRedirectToFileTest
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.h184 base::FilePath temp_path_; variable
Dwebkit_test_controller.cc318 temp_path_ = temp_path; in SetTempPath()
497 params.temp_path = temp_path_; in SendTestConfiguration()