Searched refs:GetFileName (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_worker_v3.h38 base::FilePath GetFileName(Addr address) const;
H A Dbackend_impl.h93 base::FilePath GetFileName(Addr address) const;
H A Dbackend_worker_v3.cc276 base::FilePath BackendImpl::GetFileName(Addr address) const { function in class:disk_cache::BackendImpl
H A Dentry_impl.cc1208 int failure = !DeleteCacheFile(backend_->GetFileName(address));
1212 backend_->GetFileName(address).value() << " from the cache.";
1255 if (file->Init(backend_->GetFileName(address)))
H A Dentry_impl_v3.cc1006 int failure = !DeleteCacheFile(backend_->GetFileName(address));
1010 backend_->GetFileName(address).value() << " from the cache.";
H A Dbackend_impl.cc698 base::FilePath BackendImpl::GetFileName(Addr address) const { function in class:disk_cache::BackendImpl
727 base::FilePath name = GetFileName(file_address);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.h54 const string& GetFileName(int country_calling_code, const string& language,
H A Dmapping_file_provider.cc93 const string& MappingFileProvider::GetFileName(int country_calling_code, function in class:i18n::phonenumbers::MappingFileProvider
H A Dphonenumber_offline_geocoder.cc88 provider_->GetFileName(prefix, language, script, region, &filename);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h60 std::string GetFileName() const { return _fileName; } function in class:VideoSource
H A Dvideo_source.cc210 if (!force && (FileExists(target.GetFileName().c_str()) ||
223 outFile = fopen(target.GetFileName().c_str(), "wb");
H A Dbenchmark.cc114 _inname = (*it)->GetFileName();
H A Dunit_test.cc215 _sourceFile = fopen(_source->GetFileName().c_str(), "rb");
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.h62 std::string GetFileName() const { return _fileName; } function in class:VideoSource
H A Dmedia_opt_test.cc415 _inname = (*it)->GetFileName();
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc116 source_file_ = fopen(source.GetFileName().c_str(), "rb");
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs156 string file = Path.GetFileName(imagePath);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp70 filespec.GetFileName(path);
H A Ddoc_basic.cpp299 FX_BOOL CPDF_FileSpec::GetFileName(CFX_WideString &csFileName) const function in class:CPDF_FileSpec
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h231 inline CFX_ByteString GetFileName() function in class:CPDF_LWinParam
538 FX_BOOL GetFileName(CFX_WideString &wsFileName) const;
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc3069 base::FilePath name = cache_impl_->GetFileName(address);
H A Dentry_unittest.cc1580 base::FilePath name = cache_impl_->GetFileName(address);

Completed in 1106 milliseconds