HomeSort by relevance Sort by last modified time
    Searched refs:GetFile (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/lldb/include/lldb/Core/
SourceManager.h 174 GetFile (const FileSpec &file_spec);
  /external/lldb/source/API/
SBStream.cpp 85 stream_file->GetFile().Open (path, open_options, File::ePermissionsDefault);
SBBlock.cpp 91 sb_file.SetFileSpec (inlined_info->GetCallSite().GetFile());
  /external/lldb/source/Core/
SourceManager.cpp 69 SourceManager::GetFile (const FileSpec &file_spec)
178 FileSP file_sp (GetFile (file_spec));
250 m_last_file_sp = GetFile (file_spec);
329 FileSP file_sp = GetFile (file_spec);
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 139 GetFile (const lldb_private::FileSpec &platform_file,
PlatformFreeBSD.cpp 557 PlatformFreeBSD::GetFile (const FileSpec &platform_file,
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_interface_unittest.py 79 cri.GetFile('/etc/lsb-release', f.name)
95 lambda: cri.GetFile(f.name))
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file,
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9xof.h 97 STDMETHOD(GetFile)(THIS_ ID3DXFile **file) PURE;
131 STDMETHOD(GetFile)(THIS_ ID3DXFile **file) PURE;
  /external/chromium_org/net/disk_cache/blockfile/
block_files.cc 299 MappedFile* BlockFiles::GetFile(Addr address) {
357 MappedFile* file = GetFile(address);
423 MappedFile* file = GetFile(address);
594 return GetFile(address);
614 MappedFile* next_file = GetFile(address);
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 68 disk_cache::MappedFile* file = block_files.GetFile(address);
235 disk_cache::MappedFile* file = block_files_.GetFile(address);
260 disk_cache::MappedFile* file = block_files_.GetFile(address);
  /external/lldb/source/Commands/
CommandObjectFrame.cpp 443 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile())
486 if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile())
566 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile())
  /art/runtime/
elf_file.h 51 const File& GetFile() const {
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 57 virtual void GetFile(const base::FilePath& file_path,
fake_file_system.h 85 virtual void GetFile(const base::FilePath& file_path,
file_system_interface.h 314 virtual void GetFile(const base::FilePath& file_path,
sync_client_unittest.cc 378 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("fetched"), &cache_file));
383 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("dirty"), &cache_file));
  /external/chromium_org/content/public/browser/
download_url_parameters.h 140 base::File GetFile() { return save_info_.file.Pass(); }
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 285 PlatformLinux::GetFile (const FileSpec &platform_file,
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
  /art/compiler/
image_test.cc 89 oat_file.GetFile());
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file,
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 101 bool GetFile(uint32_t file_idx, std::string& file, std::string& dir) const;
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 262 void GetFile(int index, CFileItem &file, CFileItem2 &file2) const;
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 157 error = cache->GetFile(local_id, cache_file_path);
258 return cache->GetFile(local_id, cache_file_path);
  /external/chromium_org/third_party/libxslt/win32/
configure.js 467 var t = fso.GetFile(new_makefile);
477 var t = fso.GetFile(configh);

Completed in 1387 milliseconds

12 3 4