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 75 base::FilePath GetTempPath(const std::string& name) {
100 base::FilePath path1 = GetTempPath("foo.txt");
101 base::FilePath path2 = GetTempPath("bar.png");
102 base::FilePath path3 = GetTempPath("buz.doc");
103 base::FilePath path4 = GetTempPath("mya.mp3");
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes_unittest.cc 46 base::FilePath GetTempPath() const {
106 install_attributes_.ReadCacheFile(GetTempPath());
117 install_attributes_.ReadCacheFile(GetTempPath());
128 install_attributes_.ReadCacheFile(GetTempPath());
139 install_attributes_.ReadCacheFile(GetTempPath());
150 install_attributes_.ReadCacheFile(GetTempPath());
162 install_attributes_.ReadCacheFile(GetTempPath());
175 install_attributes_.ReadCacheFile(GetTempPath());
190 install_attributes_.ReadCacheFile(GetTempPath());
217 file_util::WriteFile(GetTempPath(), blob.c_str(), blob.size()))
    [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 202 milliseconds