/external/chromium_org/chrome/browser/chromeos/policy/ |
D | enterprise_install_attributes_unittest.cc | 56 base::FilePath GetTempPath() const { in GetTempPath() function in policy::EnterpriseInstallAttributesTest 125 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 136 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 147 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 158 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 169 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 181 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 194 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 209 install_attributes_.ReadCacheFile(GetTempPath()); in TEST_F() 236 file_util::WriteFile(GetTempPath(), blob.c_str(), blob.size())); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | file_write_watcher_unittest.cc | 70 base::FilePath GetTempPath(const std::string& name) { in GetTempPath() function in drive::internal::__anonc5cd5af70111::FileWriteWatcherTest 95 base::FilePath path1 = GetTempPath("foo.txt"); in TEST_F() 96 base::FilePath path2 = GetTempPath("bar.png"); in TEST_F() 97 base::FilePath path3 = GetTempPath("buz.doc"); in TEST_F() 98 base::FilePath path4 = GetTempPath("mya.mp3"); in TEST_F()
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
D | oshelpers_test.py | 64 def GetTempPath(self, basename): member in 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/chromium_org/sandbox/win/src/ |
D | win_utils_unittest.cc | 18 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST() 60 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST()
|
D | handle_inheritance_test.cc | 23 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST()
|
D | file_policy_test.cc | 289 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST() 319 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST() 411 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST() 528 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); in TEST()
|
D | app_container_test.cc | 33 GetTempPath(MAX_PATH, temp_directory); in CreateTaggedEvent()
|
D | handle_closer_test.cc | 21 CHECK(::GetTempPath(MAX_PATH, path_buffer)); in GetMarkerFile()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | JSystem.cs | 77 return System.IO.Path.GetTempPath(); in getProperty()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | JSystem.cs | 76 return System.IO.Path.GetTempPath(); in getProperty()
|
/external/chromium_org/win8/delegate_execute/ |
D | crash_server_init.cc | 71 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); in InitializeCrashReporting()
|
/external/chromium_org/chrome_frame/ |
D | crash_server_init.cc | 89 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); in InitializeCrashReporting()
|
/external/chromium_org/remoting/base/ |
D | breakpad_win.cc | 111 DWORD length = GetTempPath(MAX_PATH, temp_directory); in BreakpadWin()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.h | 66 UString GetTempPath() const in GetTempPath() function
|
D | Update.cpp | 422 realPath = archivePath.GetTempPath(); in Compress() 842 const UString &tempPath = ap.GetTempPath(); in UpdateArchive()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | win32filesystem.cc | 217 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer)) in GetTemporaryFolder() 315 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer)) in IsTemporaryPath()
|
D | win32regkey_unittest.cc | 575 EXPECT_LT(::GetTempPath(ARRAY_SIZE(temp_path), temp_path), in TEST()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32filesystem.cc | 217 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer)) in GetTemporaryFolder() 315 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer)) in IsTemporaryPath()
|
/external/qemu/android/utils/ |
D | bufprint.c | 208 retval = GetTempPath( sizeof(path), path ); in bufprint_temp_dir()
|
/external/skia/tools/ |
D | win_dbghelp.cpp | 139 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | mini_installer.cc | 589 DWORD len = ::GetTempPath(base_path.capacity(), base_path.get()); in GetWorkDir() 699 DWORD len = ::GetTempPath(temp.capacity(), temp.get()); in DeleteOldChromeTempDirectories()
|
/external/chromium_org/ppapi/tests/ |
D | test_broker.cc | 146 if (!::GetTempPath(MAX_PATH, temp_path) || in VerifyIsUnsandboxed()
|
/external/chromium_org/base/ |
D | file_util_win.cc | 218 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); in GetTempDir()
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 710 DWORD needLength = ::GetTempPath(MAX_PATH + 1, path.GetBuffer(MAX_PATH + 1)); in MyGetTempPath()
|
/external/chromium/base/ |
D | file_util_win.cc | 547 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); in GetTempDir()
|