HomeSort by relevance Sort by last modified time
    Searched full:scoped_tmp_dir (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order_unittest.cc 98 base::ScopedTempDir scoped_tmp_dir; local
99 ASSERT_TRUE(scoped_tmp_dir.CreateUniqueTempDir());
102 scoped_tmp_dir.path().AppendASCII("none_existent_file");
  /external/chromium_org/components/nacl/browser/
nacl_file_host_unittest.cc 66 base::ScopedTempDir scoped_tmp_dir; local
67 ASSERT_TRUE(scoped_tmp_dir.CreateUniqueTempDir());
69 base::FilePath kTestPnaclPath = scoped_tmp_dir.path();

Completed in 67 milliseconds