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:ltproot
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_resource.c
43
const char *
ltproot
= getenv("LTPROOT");
in tst_dataroot_init()
local
51
if (
ltproot
) {
in tst_dataroot_init()
53
ltproot
, TCID);
in tst_dataroot_init()
113
const char *
ltproot
= getenv("LTPROOT");
in tst_resource_copy()
local
121
if (
ltproot
!= NULL) {
in tst_resource_copy()
122
char buf[strlen(
ltproot
) + 64];
in tst_resource_copy()
124
snprintf(buf, sizeof(buf), "%s/testcases/bin",
ltproot
);
in tst_resource_copy()
H
A
D
tst_module.c
43
const char *
ltproot
= getenv("LTPROOT");
in tst_module_exists_()
local
44
if (
ltproot
!= NULL) {
in tst_module_exists_()
46
ltproot
, mod_name) == -1) {
in tst_module_exists_()
/third_party/ltp/testcases/misc/math/float/
H
A
D
main.c
106
char *bin_path, *
ltproot
;
in main()
local
123
ltproot
= getenv("LTPROOT");
in main()
124
if (
ltproot
== NULL || strlen(
ltproot
) == 0) {
in main()
128
bin_path = malloc(strlen(
ltproot
) + 16);
in main()
132
sprintf(bin_path, "%s/testcases/bin",
ltproot
);
in main()
/third_party/ltp/testcases/network/sockets/
H
A
D
ltpSockets.sh
20
ltproot
=$LTPROOT
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
ltpfsio.sh
26
ltproot
=$TPROOT
/third_party/ltp/testscripts/
H
A
D
ltpdmmapper.sh
33
ltproot
=$LTPROOT
Completed in 4 milliseconds