Home
last modified time | relevance | path

Searched refs:FullPath (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DEventListenerCommon.h50 SmallString<256> FullPath; in getFullPath() local
52 FullPath = DirName; in getFullPath()
55 sys::path::append(FullPath, FileName); in getFullPath()
57 P = FullPath.str(); in getFullPath()
/external/chromium_org/content/browser/download/
Ddownload_file_unittest.cc167 EXPECT_TRUE(base::ReadFileToString(download_file_->FullPath(), &disk_data)); in DestroyDownloadFile()
198 EXPECT_TRUE(base::GetFileSize(download_file_->FullPath(), &size)); in VerifyStreamAndSize()
342 base::FilePath initial_path(download_file_->FullPath()); in TEST_F()
354 base::FilePath renamed_path = download_file_->FullPath(); in TEST_F()
369 renamed_path = download_file_->FullPath(); in TEST_F()
383 renamed_path = download_file_->FullPath(); in TEST_F()
400 renamed_path = download_file_->FullPath(); in TEST_F()
437 base::FilePath initial_path(download_file_->FullPath()); in TEST_F()
459 base::FilePath initial_path(download_file_->FullPath()); in TEST_F()
493 base::FilePath initial_path(download_file_->FullPath()); in TEST_F()
[all …]
Dsave_file_manager.cc225 info->path = save_file->FullPath(); in StartSave()
414 base::DeleteFile(save_file->FullPath(), false); in CancelSave()
462 bool success = base::CopyFile(file_path, save_file->FullPath()); in SaveLocalFile()
464 base::DeleteFile(save_file->FullPath(), false); in SaveLocalFile()
527 base::DeleteFile(save_file->FullPath(), false); in RemoveSavedFileFromFileMap()
Ddownload_item_impl_unittest.cc422 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
486 ON_CALL(*mock_download_file, FullPath()) in TEST_F()
694 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
802 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
967 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
997 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
1061 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
1099 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
1140 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
1191 EXPECT_CALL(*download_file, FullPath()) in TEST_F()
[all …]
Dsave_file.h35 base::FilePath FullPath() const;
Ddownload_file.h65 virtual base::FilePath FullPath() const = 0;
Dmock_download_file.h41 MOCK_CONST_METHOD0(FullPath, base::FilePath());
Dsave_file.cc68 base::FilePath SaveFile::FullPath() const { in FullPath() function in content::SaveFile
Ddownload_file_impl.h61 virtual base::FilePath FullPath() const OVERRIDE;
Ddownload_file_impl.cc183 base::FilePath DownloadFileImpl::FullPath() const { in FullPath() function in content::DownloadFileImpl
Ddownload_item_impl.cc74 base::FilePath full_path = download_file->FullPath(); in DownloadFileDetach()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp426 UString FullPath; member
574 UString path = DirPrefix + dirItem.FullPath; in GetStream()
716 di.FullPath = name; in main()
/external/chromium/base/memory/
Dscoped_temp_dir_unittest.cc10 TEST(ScopedTempDir, FullPath) { in TEST() argument
/external/chromium_org/base/files/
Dscoped_temp_dir_unittest.cc14 TEST(ScopedTempDir, FullPath) { in TEST() argument
/external/llvm/lib/Object/
DArchive.cpp172 bool FullPath) const { in getMemoryBuffer()
178 getBuffer(), FullPath ? (Twine(Parent->getFileName()) + "(" + Name + ")") in getMemoryBuffer()
/external/llvm/include/llvm/Object/
DArchive.h92 bool FullPath = false) const;
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcodeproj_file.py1076 def FullPath(self): member in XCHierarchicalElement
1823 paths.append(variant.FullPath())
1825 paths.append(xcfilelikeelement.FullPath())
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1196 PWCHAR FullPath; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Ddbghelp.h1196 PWCHAR FullPath; member