OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_my_SYMLINK_FLAG_RELATIVE
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
FileIO.h
18
#define
_my_SYMLINK_FLAG_RELATIVE
1
50
bool IsRelative() const { return Flags ==
_my_SYMLINK_FLAG_RELATIVE
; }
FileLink.cpp
165
UInt32 flags = isAbs ? 0 :
_my_SYMLINK_FLAG_RELATIVE
;
Completed in 99 milliseconds