HomeSort by relevance Sort by last modified time
    Searched defs:archive_file (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Symbol/
ObjectFile.cpp 48 FileSpec archive_file; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
92 file_size = archive_file.GetByteSize();
95 file = &archive_file;
96 module_sp->SetFileSpecAndObjectName (archive_file, archive_object);
114 data_sp = archive_file.ReadFileContents(file_offset, 512);
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist)
583 archive_file.SetFile (path.c_str(), false);
585 if (must_exist && !archive_file.Exists())
  /external/elfutils/src/src/
ld.h 120 struct usedfiles *archive_file; member in struct:usedfiles
    [all...]

Completed in 132 milliseconds