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:powershell
(Results
1 - 8
of
8
) sorted by relevance
/third_party/rust/crates/clap/clap_complete/src/shells/
H
A
D
mod.rs
6
mod
powershell
;
modules
13
pub use
powershell
::PowerShell;
/third_party/skia/third_party/externals/tint/kokoro/windows/
H
A
D
build.bat
71
powershell
.exe -Command "Expand-Archive -LiteralPath '%TEMP_DIR%\dxc.zip' -DestinationPath '%TEMP_DIR%\dxc'" || goto :error
80
powershell
-Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/chrome-infra/depot_tools.zip', 'depot_tools.zip')" || goto :error
81
powershell
-Command "Expand-Archive -Force 'depot_tools.zip' 'depot_tools'" || goto :error
/third_party/protobuf/kokoro/release/csharp/windows/
H
A
D
build_nuget.bat
7
powershell
-File install_dotnet_sdk.ps1
/third_party/protobuf/kokoro/windows/csharp/
H
A
D
build.bat
7
powershell
-File install_dotnet_sdk.ps1
/third_party/protobuf/kokoro/release/python/windows/
H
A
D
build_single_artifact.bat
28
REM done from inside the
powershell
script as it would require to restart
/third_party/python/PCbuild/
H
A
D
prepare_libffi.bat
206
powershell
-c "md $env:CYG_ROOT -ErrorAction SilentlyContinue"
207
powershell
-c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest https://cygwin.com/setup-x86.exe -outfile $setup}
H
A
D
find_python.bat
59
@
powershell
.exe -Command Invoke-WebRequest %_Py_NUGET_URL% -OutFile '%_Py_NUGET%'
/third_party/node/
H
A
D
vcbuild.bat
429
powershell
-c "Invoke-WebRequest -Uri 'https://nodejs.org/dist/latest/win-x64/node.exe' -OutFile '%x64_node_exe%'"
Completed in 4 milliseconds