OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INode
(Results
1 - 3
of
3
) sorted by null
/external/clang/unittests/Basic/
FileManagerTest.cpp
31
void InjectFileOrDirectory(const char *Path, ino_t
INode
, bool IsFile) {
36
Data.UniqueID = llvm::sys::fs::UniqueID(1,
INode
);
44
// Inject a file with the given
inode
value to the fake file system.
45
void InjectFile(const char *Path, ino_t
INode
) {
46
InjectFileOrDirectory(Path,
INode
, /*IsFile=*/true);
49
// Inject a directory with the given
inode
value to the fake file system.
50
void InjectDirectory(const char *Path, ino_t
INode
) {
51
InjectFileOrDirectory(Path,
INode
, /*IsFile=*/false);
214
// Inject two real files with the same
inode
.
227
// Inject two real files with the same
inode
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h
110
UInt64
INode
;
ArchiveExtractCallback.cpp
98
return MyCompare(
INode
, a.
INode
);
103
h.
INode
= 0;
109
if (!ConvertPropVariantToUInt64(prop, h.
INode
))
[
all
...]
Completed in 224 milliseconds