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

  /external/chromium_org/chrome/installer/util/
create_dir_work_item.h 35 void GetTopDirToCreate();
create_dir_work_item.cc 18 void CreateDirWorkItem::GetTopDirToCreate() {
34 GetTopDirToCreate();
self_cleaning_temp_dir.h 40 static void GetTopDirToCreate(const base::FilePath& temp_parent_dir,
self_cleaning_temp_dir.cc 19 void SelfCleaningTempDir::GetTopDirToCreate(
59 GetTopDirToCreate(parent_dir, &base_dir);
self_cleaning_temp_dir_unittest.cc 47 // Test the implementation of GetTopDirToCreate when given the root of a
51 SelfCleaningTempDir::GetTopDirToCreate(base::FilePath(L"C:\\"), &base_dir);
55 // Test the implementation of GetTopDirToCreate when given a non-existant dir
61 SelfCleaningTempDir::GetTopDirToCreate(parent_dir, &base_dir);

Completed in 560 milliseconds