/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
api_util.h | 47 APIUtil(Profile* profile, const base::FilePath& temp_dir_path); 54 const base::FilePath& temp_dir_path, 114 APIUtil(const base::FilePath& temp_dir_path,
|
api_util.cc | 161 const base::FilePath& temp_dir_path) 164 temp_dir_path_(temp_dir_path), 200 const base::FilePath& temp_dir_path, 204 temp_dir_path, 210 APIUtil::APIUtil(const base::FilePath& temp_dir_path, 215 temp_dir_path_(temp_dir_path) { [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
picasa_data_provider.h | 72 virtual void OnTempDirChanged(const base::FilePath& temp_dir_path,
|
picasa_data_provider.cc | 135 void PicasaDataProvider::OnTempDirChanged(const base::FilePath& temp_dir_path, 138 if (base::IsDirectoryEmpty(temp_dir_path))
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_drag_win.cc | 249 base::FilePath temp_dir_path; local 251 &temp_dir_path)) 254 temp_dir_path.Append(generated_download_file_name); 259 base::DeleteFileAfterReboot(temp_dir_path);
|
web_contents_view_aura.cc | 295 base::FilePath temp_dir_path; local 297 &temp_dir_path)) 301 temp_dir_path.Append(generated_download_file_name); 306 base::DeleteFileAfterReboot(temp_dir_path); [all...] |
/external/chromium/testing/gtest/src/ |
gtest-port.cc | 494 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/chromium_org/testing/gtest/src/ |
gtest-port.cc | 518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT 521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); 522 const UINT success = ::GetTempFileNameA(temp_dir_path, 527 << "Unable to create a temporary file in " << temp_dir_path;
|
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-port.cc | 494 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/gtest/src/ |
gtest-port.cc | 494 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/ |
gtest-port.cc | 494 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/ |
gtest-port.cc | 494 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;
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-port.cc | 518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT 521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); 522 const UINT success = ::GetTempFileNameA(temp_dir_path, 527 << "Unable to create a temporary file in " << temp_dir_path;
|
/external/open-vcdiff/gtest/src/ |
gtest-port.cc | 455 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/protobuf/gtest/src/ |
gtest-port.cc | 455 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/chromium_org/chrome/browser/themes/ |
theme_service_unittest.cc | 33 // Moves a minimal theme to |temp_dir_path| and unpacks it from that
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |