Searched defs:GetTempPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_write_watcher_unittest.cc70 base::FilePath GetTempPath(const std::string& name) { function in class:drive::internal::__anon3088::FileWriteWatcherTest
95 base::FilePath path1 = GetTempPath("foo.txt");
96 base::FilePath path2 = GetTempPath("bar.png");
97 base::FilePath path3 = GetTempPath("buz.doc");
98 base::FilePath path4 = GetTempPath("mya.mp3");
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes_unittest.cc49 chromeos::FILE_INSTALL_ATTRIBUTES, GetTempPath(), true, false));
59 base::FilePath GetTempPath() const { function in class:policy::EnterpriseInstallAttributesTest
131 install_attributes_->ReadCacheFile(GetTempPath());
142 install_attributes_->ReadCacheFile(GetTempPath());
153 install_attributes_->ReadCacheFile(GetTempPath());
164 install_attributes_->ReadCacheFile(GetTempPath());
175 install_attributes_->ReadCacheFile(GetTempPath());
187 install_attributes_->ReadCacheFile(GetTempPath());
200 install_attributes_->ReadCacheFile(GetTempPath());
216 install_attributes_->ReadCacheFile(GetTempPath());
[all...]
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Doshelpers_test.py64 def GetTempPath(self, basename): member in class:TestZip
76 self.zipfile = zipfile.ZipFile(self.GetTempPath(self.zipname), 'r')
109 os.mkdir(self.GetTempPath('dir1'))
117 os.mkdir(self.GetTempPath('dir1'))
119 os.mkdir(self.GetTempPath(os.path.join('dir1', 'dir2')))
161 os.mkdir(self.GetTempPath('dir1'))
163 os.mkdir(self.GetTempPath(os.path.join('dir1', 'dir2')))
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h66 UString GetTempPath() const function in struct:CArchivePath

Completed in 268 milliseconds