HomeSort by relevance Sort by last modified time
    Searched defs:GetTempPath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher_unittest.cc 70 base::FilePath GetTempPath(const std::string& name) {
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/
enterprise_install_attributes_unittest.cc 49 chromeos::FILE_INSTALL_ATTRIBUTES, GetTempPath(), true, false));
59 base::FilePath GetTempPath() const {
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/
oshelpers_test.py 64 def GetTempPath(self, basename):
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/
Update.h 66 UString GetTempPath() const

Completed in 496 milliseconds