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:tempfile
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H
A
D
Makefile
10
TEST_GEN_FILES :=
tempfile
30
$(OUTPUT)/
tempfile
:
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H
A
D
Makefile
12
TEST_GEN_FILES :=
tempfile
34
$(OUTPUT)/
tempfile
:
/kernel/linux/linux-6.6/tools/testing/kunit/
H
A
D
kunit_tool_test.py
12
import
tempfile
, shutil # Handling test_tmpdir
namespace
32
test_tmpdir =
tempfile
.mkdtemp()
399
with
tempfile
.NamedTemporaryFile('wt') as kunitconfig:
403
with
tempfile
.TemporaryDirectory('') as dir:
413
with
tempfile
.TemporaryDirectory('') as dir:
426
with
tempfile
.TemporaryDirectory('') as dir:
452
with
tempfile
.TemporaryDirectory('') as build_dir:
465
with
tempfile
.TemporaryDirectory('') as build_dir:
481
with
tempfile
.TemporaryDirectory('') as build_dir:
501
with
tempfile
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
nx-gzip-test.sh
14
rm -f nx-
tempfile
*
22
local fname="nx-
tempfile
.$n"
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
nx-gzip-test.sh
14
rm -f nx-
tempfile
*
22
local fname="nx-
tempfile
.$n"
/kernel/linux/linux-5.10/scripts/kconfig/tests/
H
A
D
conftest.py
16
import
tempfile
namespace
58
with
tempfile
.TemporaryDirectory() as temp_dir:
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_coef_gen.py
29
import
tempfile
namespace
93
outfile =
tempfile
.NamedTemporaryFile()
/kernel/linux/linux-6.6/scripts/kconfig/tests/
H
A
D
conftest.py
16
import
tempfile
namespace
62
with
tempfile
.TemporaryDirectory() as temp_dir:
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_coef_gen.py
29
import
tempfile
namespace
93
outfile =
tempfile
.NamedTemporaryFile()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
attr.py
9
import
tempfile
namespace
302
tempdir =
tempfile
.mkdtemp();
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H
A
D
base.py
323
import
tempfile
namespace
326
with
tempfile
.NamedTemporaryFile(
/kernel/linux/linux-5.10/tools/testing/kunit/
H
A
D
kunit_tool_test.py
12
import
tempfile
, shutil # Handling test_tmpdir
namespace
27
test_tmpdir =
tempfile
.mkdtemp()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
attr.py
10
import
tempfile
namespace
363
tempdir =
tempfile
.mkdtemp();
/kernel/linux/linux-6.6/scripts/
H
A
D
rust_is_available_test.py
15
import
tempfile
namespace
76
cls.tempdir =
tempfile
.TemporaryDirectory()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
bootgraph.py
765
tempfile
= '/etc/default/grub.analyze_boot'
766
shutil.move(grubfile,
tempfile
)
769
fp = open(
tempfile
, 'r')
808
shutil.move(
tempfile
, grubfile)
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
bootgraph.py
767
tempfile
= '/etc/default/grub.analyze_boot'
768
shutil.move(grubfile,
tempfile
)
771
fp = open(
tempfile
, 'r')
810
shutil.move(
tempfile
, grubfile)
/kernel/linux/linux-6.6/tools/net/ynl/
H
A
D
ynl-gen-c.py
9
import
tempfile
namespace
1058
self._out =
tempfile
.TemporaryFile('w+')
Completed in 13 milliseconds