| /external/mesa3d/src/gtest/src/ |
| D | gtest-port.cc | 494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 498 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 503 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|
| /external/chromium_org/third_party/mesa/src/src/gtest/src/ |
| D | gtest-port.cc | 494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 498 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 503 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|
| /external/llvm/utils/unittest/googletest/src/ |
| D | gtest-port.cc | 494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 498 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 503 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|
| /external/chromium_org/testing/gtest/src/ |
| D | gtest-port.cc | 518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 522 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 527 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|
| /external/gtest/src/ |
| D | gtest-port.cc | 519 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 522 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 523 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 528 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|
| /external/protobuf/gtest/src/ |
| D | gtest-port.cc | 455 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStderr() 458 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStderr() 459 ::GetTempFileNameA(temp_dir_path, "gtest_redir", 0, temp_file_path); in CapturedStderr()
|
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
| D | api_util.h | 48 APIUtil(Profile* profile, const base::FilePath& temp_dir_path); 55 const base::FilePath& temp_dir_path, 115 APIUtil(const base::FilePath& temp_dir_path,
|
| D | api_util.cc | 161 const base::FilePath& temp_dir_path) in APIUtil() argument 165 temp_dir_path_(temp_dir_path), in APIUtil() 191 const base::FilePath& temp_dir_path, in CreateForTesting() argument 195 temp_dir_path, in CreateForTesting() 201 APIUtil::APIUtil(const base::FilePath& temp_dir_path, in APIUtil() argument 206 temp_dir_path_(temp_dir_path) { in APIUtil()
|
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| D | picasa_data_provider.cc | 135 void PicasaDataProvider::OnTempDirChanged(const base::FilePath& temp_dir_path, in OnTempDirChanged() argument 138 if (base::IsDirectoryEmpty(temp_dir_path)) in OnTempDirChanged()
|
| D | picasa_data_provider.h | 73 virtual void OnTempDirChanged(const base::FilePath& temp_dir_path,
|
| /external/chromium_org/content/browser/web_contents/ |
| D | web_contents_view_aura.cc | 281 base::FilePath temp_dir_path; in PrepareDragForDownload() local 283 &temp_dir_path)) in PrepareDragForDownload() 287 temp_dir_path.Append(generated_download_file_name); in PrepareDragForDownload() 292 base::DeleteFileAfterReboot(temp_dir_path); in PrepareDragForDownload()
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| D | gtest-all.cc | 8728 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 8731 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 8732 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 8737 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|
| /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/ |
| D | gtest-all.cc | 8728 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 8731 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream() 8732 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() 8737 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
|