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:swapfile
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/commands/mkswap/
H
A
D
mkswap01.sh
41
local
swapfile
="$3"
56
swapon $
swapfile
2>/dev/null
59
tst_res TINFO "Can not do swapon on $
swapfile
."
94
swapoff $
swapfile
2>/dev/null
96
tst_res TWARN "Can not do swapoff on $
swapfile
."
/third_party/ltp/libs/libltpswap/
H
A
D
libswap.c
18
int make_swapfile(const char *
swapfile
, int safe)
in make_swapfile()
argument
24
if (tst_fill_file(
swapfile
, 0, sysconf(_SC_PAGESIZE), 10) != 0)
in make_swapfile()
25
tst_brk(TBROK, "Failed to create
swapfile
");
in make_swapfile()
27
/* make the file
swapfile
*/
in make_swapfile()
30
argv[1] =
swapfile
;
in make_swapfile()
/third_party/ltp/include/
H
A
D
libswap.h
17
int make_swapfile(const char *
swapfile
, int safe);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1816
swapfile
: *const ::c_char,
in kvm_open()
1831
swapfile
: *const ::c_char,
in kvm_openfiles()
Completed in 6 milliseconds