OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHardLinks
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
80
bool Flags_HardLinks() const { return (Flags & NArcInfoFlags::
kHardLinks
) != 0; }
ArchiveCommandLine.cpp
122
kHardLinks
,
1075
SetBoolPair(parser, NKey::
kHardLinks
, options.HardLinks);
[
all
...]
/external/lzma/CPP/7zip/Archive/
IArchive.h
36
const UInt32
kHardLinks
= 1 << 11; // the handler supports hard links
Completed in 479 milliseconds