Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mdir
(Results
1 - 4
of
4
) sorted by relevance
/third_party/littlefs/scripts/
H
A
D
readtree.py
28
# load
mdir
37
mdir
= MetadataPair(data)
38
mdir
.blocks = tuple(blocks[id(p.data)] for p in
mdir
.pair)
42
mdir
.tail =
mdir
[Tag('tail', 0, 0)]
43
if
mdir
.tail.size != 8 or
mdir
.tail.data == 8*b'\xff':
44
mdir
.tail = None
46
mdir
[all...]
H
A
D
readmdir.py
352
mdir
= MetadataPair(blocks)
355
mdir
.tail =
mdir
[Tag('tail', 0, 0)]
356
if
mdir
.tail.size != 8 or
mdir
.tail.data == 8*b'\xff':
357
mdir
.tail = None
359
mdir
.tail = None
361
print("
mdir
{%s} rev %d%s%s%s" % (
365
mdir
.rev,
366
' (was %s)' % ', '.join('%d' % m.rev for m in
mdir
[all...]
/third_party/libuv/src/unix/
H
A
D
os390-syscalls.c
43
DIR*
mdir
;
in scandir()
local
48
mdir
= opendir(maindir);
in scandir()
49
if (!
mdir
)
in scandir()
53
dirent = readdir(
mdir
);
in scandir()
77
closedir(
mdir
);
in scandir()
88
closedir(
mdir
);
in scandir()
/third_party/node/deps/uv/src/unix/
H
A
D
os390-syscalls.c
43
DIR*
mdir
;
in scandir()
local
48
mdir
= opendir(maindir);
in scandir()
49
if (!
mdir
)
in scandir()
53
dirent = readdir(
mdir
);
in scandir()
77
closedir(
mdir
);
in scandir()
88
closedir(
mdir
);
in scandir()
Completed in 3 milliseconds