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:pagefile
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/docs/examples/
H
A
D
url2file.c
44
FILE *
pagefile
;
in main()
local
69
pagefile
= fopen(pagefilename, "wb");
in main()
70
if(
pagefile
) {
in main()
73
curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA,
pagefile
);
in main()
79
fclose(
pagefile
);
in main()
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfswipe.h
47
int
pagefile
; /* Wipe
pagefile
(swap space) */
member
H
A
D
ntfswipe.c
172
" -p --
pagefile
Wipe
pagefile
(swap space)\n"
in usage()
282
{ "
pagefile
", no_argument, NULL, 'p' },
in parse_options()
322
opts.
pagefile
++;
in parse_options()
364
opts.
pagefile
++;
in parse_options()
457
!opts.
pagefile
&& !opts.tails && !opts.unused &&
in parse_options()
1478
* wipe_pagefile - Wipe the
pagefile
(swap space)
1483
*
pagefile
.sys is used by Windows as extra virtual memory (swap space).
1506
ni = ntfs_pathname_to_inode(vol, NULL, "
pagefile
.sys");
in wipe_pagefile()
1508
ntfs_log_debug("Failed to open inode of
pagefile
in wipe_pagefile()
[all...]
Completed in 4 milliseconds