OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRelative
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/Windows/
FileIO.h
50
bool
IsRelative
() const { return Flags == _my_SYMLINK_FLAG_RELATIVE; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h
206
virtual WINBOOL WINAPI
IsRelative
(LPWSTR wszMachine,LPWSTR wszNamespace) = 0;
239
WINBOOL (WINAPI *
IsRelative
)(IWbemPath *This,LPWSTR wszMachine,LPWSTR wszNamespace);
274
#define IWbemPath_IsRelative(This,wszMachine,wszNamespace) (This)->lpVtbl->
IsRelative
(This,wszMachine,wszNamespace)
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp
335
if (attr.
IsRelative
())
ArchiveExtractCallback.cpp
471
bool
isRelative
= false;
483
isRelative
= false; // TAR: hard links are from root folder of archive
499
isRelative
= true; // TAR: symbolic links are relative
529
isRelative
= reparse.
IsRelative
();
549
isRelative
= false;
554
if (!linkPath.IsEmpty() && !
isRelative
&& _removePathParts.Size() != 0)
843
if (
isRelative
)
854
if (isHardLink || !
isRelative
)
879
if (_fi.IsDir && !
isRelative
)
[
all
...]
EnumDirItems.cpp
713
if (attr.
IsRelative
())
Completed in 142 milliseconds