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:no_action
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsfix.c
98
BOOL
no_action
;
member
198
opt.
no_action
= TRUE;
in parse_options()
309
if (!opt.
no_action
&& OLD_ntfs_volume_set_flags(vol, flags)) {
in set_dirty_flag()
718
if (!opt.
no_action
) {
in fix_upcase()
1102
if (!res && !opt.
no_action
) {
in fix_selfloc_conditions()
1261
if (!opt.
no_action
) {
in try_fix_boot()
1267
if (!res && !opt.
no_action
)
in try_fix_boot()
1401
if (opt.
no_action
) {
in check_alternate_boot()
1570
flags = (opt.
no_action
? NTFS_MNT_RDONLY : 0);
in fix_mount()
1578
if (opt.
no_action
)
in fix_mount()
[all...]
H
A
D
ntfsmftalloc.c
83
int
no_action
; /* -n, do not write to device, only display
member
169
opts.
no_action
= 1;
in parse_options()
313
if (opts.
no_action
) {
in main()
H
A
D
ntfsclone.c
157
int
no_action
; /* do not really restore */
member
464
opt.
no_action
++;
498
if (!opt.
no_action
&& (opt.output == NULL)) {
503
if (!opt.
no_action
&& (strcmp(opt.output, "-") == 0))
536
if (opt.
no_action
&& !opt.restore_image)
539
if (opt.
no_action
&& opt.output)
542
if (!opt.
no_action
&& !opt.std_out) {
678
if (opt.
no_action
) {
715
if (!opt.
no_action
1082
if (!opt.
no_action
[all...]
H
A
D
ntfsfallocate.c
93
int
no_action
; /* do not write to device, only display
member
290
opts.
no_action
= 1;
in parse_options()
849
if (opts.
no_action
) {
in main()
883
if (!opts.
no_action
)
in main()
H
A
D
ntfstruncate.c
91
int
no_action
; /* -n, do not write to device, only display
member
179
opts.
no_action
= 1;
in parse_options()
741
if (opts.
no_action
) {
in main()
H
A
D
mkntfs.c
219
BOOL
no_action
; /* -n, do not write to device, only display what would be done. */
member
684
opts2->
no_action
= TRUE;
in mkntfs_parse_options()
814
if (opts.
no_action
)
in mkntfs_write()
903
if (opts.
no_action
)
in ntfs_rlwrite()
3474
if (opts.
no_action
) {
in mkntfs_open_partition()
5122
if (!opts.
no_action
)
in mkntfs_redirect()
5146
if (!opts.
no_action
)
in mkntfs_redirect()
Completed in 13 milliseconds