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:create_folders
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Tools/msi/
H
A
D
csv_to_wxs.py
95
create_folders
= {make_id(p) + "___pycache__" for p in cache_directories[group]}
97
create_folders
.discard(".")
99
if
create_folders
or remove_folders:
101
lines.extend(' <CreateFolder Directory="{}" />'.format(p) for p in
create_folders
)
102
lines.extend(' <RemoveFile Id="Remove_{0}_files" Name="*" On="uninstall" Directory="{0}" />'.format(p) for p in
create_folders
)
103
lines.extend(' <RemoveFolder Id="Remove_{0}_folder" On="uninstall" Directory="{0}" />'.format(p) for p in
create_folders
| remove_folders)
/third_party/ltp/testcases/kernel/containers/mountns/
H
A
D
mountns.h
24
static void
create_folders
(void)
in create_folders()
function
H
A
D
mountns04.c
50
create_folders
();
in setup()
H
A
D
mountns03.c
110
create_folders
();
in setup()
H
A
D
mountns01.c
99
create_folders
();
in setup()
H
A
D
mountns02.c
100
create_folders
();
in setup()
Completed in 2 milliseconds