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:vol2
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfscmp.c
64
char *
vol2
;
member
208
} else if (!opt.
vol2
) {
in parse_options()
209
opt.
vol2
= argv[optind - 1];
in parse_options()
236
if (opt.vol1 == NULL || opt.
vol2
== NULL) {
in parse_options()
897
static int cmp_inodes(ntfs_volume *vol1, ntfs_volume *
vol2
)
in cmp_inodes()
argument
910
nr_mft_records2 = get_nr_mft_records(
vol2
);
in cmp_inodes()
927
ret2 = inode_open(
vol2
, (MFT_REF)inode, &ni2);
in cmp_inodes()
993
ntfs_volume *
vol2
;
in main()
local
1002
vol2
= mount_volume(opt.
vol2
);
in main()
[all...]
Completed in 1 milliseconds