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

/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h50 SmallString<256> FullPath; local
52 FullPath = DirName;
55 sys::path::append(FullPath, FileName);
57 P = FullPath.str();
/external/chromium_org/content/browser/download/
H A Ddownload_file.h65 virtual base::FilePath FullPath() const = 0;
H A Dsave_file.h35 base::FilePath FullPath() const;
H A Ddownload_file_unittest.cc166 EXPECT_TRUE(file_util::ReadFileToString(download_file_->FullPath(),
198 EXPECT_TRUE(file_util::GetFileSize(download_file_->FullPath(), &size));
342 base::FilePath initial_path(download_file_->FullPath());
354 base::FilePath renamed_path = download_file_->FullPath();
369 renamed_path = download_file_->FullPath();
383 renamed_path = download_file_->FullPath();
400 renamed_path = download_file_->FullPath();
437 base::FilePath initial_path(download_file_->FullPath());
459 base::FilePath initial_path(download_file_->FullPath());
493 base::FilePath initial_path(download_file_->FullPath());
[all...]
H A Dmock_download_file.h41 MOCK_CONST_METHOD0(FullPath, base::FilePath());
H A Dsave_file.cc68 base::FilePath SaveFile::FullPath() const { function in class:content::SaveFile
H A Ddownload_file_impl.h61 virtual base::FilePath FullPath() const OVERRIDE;
H A Dsave_file_manager.cc225 info->path = save_file->FullPath();
414 base::DeleteFile(save_file->FullPath(), false);
462 bool success = base::CopyFile(file_path, save_file->FullPath());
464 base::DeleteFile(save_file->FullPath(), false);
527 base::DeleteFile(save_file->FullPath(), false);
H A Ddownload_item_impl_unittest.cc427 EXPECT_CALL(*download_file, FullPath())
491 ON_CALL(*mock_download_file, FullPath())
699 EXPECT_CALL(*download_file, FullPath())
807 EXPECT_CALL(*download_file, FullPath())
972 EXPECT_CALL(*download_file, FullPath())
1002 EXPECT_CALL(*download_file, FullPath())
1066 EXPECT_CALL(*download_file, FullPath())
1104 EXPECT_CALL(*download_file, FullPath())
1145 EXPECT_CALL(*download_file, FullPath())
1196 EXPECT_CALL(*download_file, FullPath())
[all...]
H A Ddownload_file_impl.cc183 base::FilePath DownloadFileImpl::FullPath() const { function in class:content::DownloadFileImpl
H A Ddownload_item_impl.cc74 base::FilePath full_path = download_file->FullPath();
/external/chromium/base/memory/
H A Dscoped_temp_dir_unittest.cc10 TEST(ScopedTempDir, FullPath) {
/external/chromium_org/base/files/
H A Dscoped_temp_dir_unittest.cc14 TEST(ScopedTempDir, FullPath) {
/external/llvm/include/llvm/Object/
H A DArchive.h92 bool FullPath = false) const;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp426 UString FullPath; member in struct:CDirItem
574 UString path = DirPrefix + dirItem.FullPath;
716 di.FullPath = name;
/external/llvm/lib/Object/
H A DArchive.cpp172 bool FullPath) const {
178 getBuffer(), FullPath ? (Twine(Parent->getFileName()) + "(" + Name + ")")
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1076 def FullPath(self): member in class:XCHierarchicalElement
1812 paths.append(variant.FullPath())
1814 paths.append(xcfilelikeelement.FullPath())
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h1196 PWCHAR FullPath; member in struct:_MINIDUMP_MODULE_CALLBACK
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1196 PWCHAR FullPath; member in struct:_MINIDUMP_MODULE_CALLBACK

Completed in 407 milliseconds