Searched refs:temp_dir_path (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_data_provider.h73 virtual void OnTempDirChanged(const base::FilePath& temp_dir_path,
H A Dpicasa_data_provider.cc135 void PicasaDataProvider::OnTempDirChanged(const base::FilePath& temp_dir_path, argument
138 if (base::IsDirectoryEmpty(temp_dir_path))
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
498 const UINT success = ::GetTempFileNameA(temp_dir_path,
503 << "Unable to create a temporary file in " << temp_dir_path;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
498 const UINT success = ::GetTempFileNameA(temp_dir_path,
503 << "Unable to create a temporary file in " << temp_dir_path;
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
498 const UINT success = ::GetTempFileNameA(temp_dir_path,
503 << "Unable to create a temporary file in " << temp_dir_path;
/external/protobuf/gtest/src/
H A Dgtest-port.cc455 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
458 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
459 ::GetTempFileNameA(temp_dir_path, "gtest_redir", 0, temp_file_path);
/external/gtest/src/
H A Dgtest-port.cc519 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
522 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
523 const UINT success = ::GetTempFileNameA(temp_dir_path,
528 << "Unable to create a temporary file in " << temp_dir_path;
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc899 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
902 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
903 const UINT success = ::GetTempFileNameA(temp_dir_path,
908 << "Unable to create a temporary file in " << temp_dir_path;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc270 base::FilePath temp_dir_path; local
272 &temp_dir_path))
276 temp_dir_path.Append(generated_download_file_name);
281 base::DeleteFileAfterReboot(temp_dir_path);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8726 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
8729 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
8730 const UINT success = ::GetTempFileNameA(temp_dir_path,
8735 << "Unable to create a temporary file in " << temp_dir_path;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8728 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT
8731 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path);
8732 const UINT success = ::GetTempFileNameA(temp_dir_path,
8737 << "Unable to create a temporary file in " << temp_dir_path;

Completed in 386 milliseconds