Home
last modified time | relevance | path

Searched refs:IsRelative (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.h50 bool IsRelative() const { return Flags == _my_SYMLINK_FLAG_RELATIVE; } in IsRelative() function
/external/llvm/lib/MC/
DMCDwarf.cpp1057 const bool IsRelative = in EmitCFIInstruction() local
1062 if (IsRelative) in EmitCFIInstruction()
1095 const bool IsRelative = in EmitCFIInstruction() local
1103 if (IsRelative) in EmitCFIInstruction()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp335 if (attr.IsRelative()) in GetProperty()
DEnumDirItems.cpp713 if (attr.IsRelative()) in FillFixedReparse()
DArchiveExtractCallback.cpp529 isRelative = reparse.IsRelative(); in GetStream()