Home
last modified time | relevance | path

Searched refs:temp_dir_path (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gtest/src/
Dgtest-port.cc494 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/
Dgtest-port.cc494 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/
Dgtest-port.cc494 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/
Dgtest-port.cc518 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/
Dgtest-port.cc519 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/
Dgtest-port.cc455 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/
Dapi_util.h48 APIUtil(Profile* profile, const base::FilePath& temp_dir_path);
55 const base::FilePath& temp_dir_path,
115 APIUtil(const base::FilePath& temp_dir_path,
Dapi_util.cc161 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/
Dpicasa_data_provider.cc135 void PicasaDataProvider::OnTempDirChanged(const base::FilePath& temp_dir_path, in OnTempDirChanged() argument
138 if (base::IsDirectoryEmpty(temp_dir_path)) in OnTempDirChanged()
Dpicasa_data_provider.h73 virtual void OnTempDirChanged(const base::FilePath& temp_dir_path,
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc281 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/
Dgtest-all.cc8728 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/
Dgtest-all.cc8728 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()