Home
last modified time | relevance | path

Searched refs:env_setup (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/gn/toolchain/
DBUILD.gn38 env_setup = ""
42 env_setup = "cmd /c $win_sdk/bin/SetEnv.cmd /x86 && "
45env_setup = "cmd /C set \"PATH=%PATH%;$win_vc\\Tools\\MSVC\\$win_toolchain_version\\bin\\HostX64\\…
77 command = "$env_setup \"$bin/$_ml.exe\" {{asmflags}} /nologo /c /Fo {{output}} {{source}}"
88 …command = "$env_setup $cc_wrapper $cl /nologo /showIncludes /FC {{defines}} {{include_dirs}} {{cfl…
100 …command = "$env_setup $cc_wrapper $cl /nologo /showIncludes /FC {{defines}} {{include_dirs}} {{cfl…
110 command = "$env_setup $lib /nologo /ignore:4221 {{arflags}} /OUT:{{output}} @$rspfile"
130 command = "$env_setup $link /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:$pdbname @$rspfile"
159 command = "$env_setup $link /nologo /OUT:$exename /PDB:$pdbname @$rspfile"
/third_party/skia/gn/toolchain/
DBUILD.gn88 env_setup = ""
92 env_setup = "$shell $win_sdk/bin/SetEnv.cmd /x86 && "
95env_setup = "$shell set \"PATH=%PATH%;$win_vc\\Tools\\MSVC\\$win_toolchain_version\\bin\\HostX64\\…
127 command = "$env_setup \"$bin/$_ml.exe\" {{asmflags}} /nologo /c /Fo {{output}} {{source}}"
138 …command = "$env_setup $cc_wrapper $cl /nologo /showIncludes /FC {{defines}} {{include_dirs}} {{cfl…
150 …command = "$env_setup $cc_wrapper $cl /nologo /showIncludes /FC {{defines}} {{include_dirs}} {{cfl…
160 command = "$env_setup $lib /nologo /ignore:4221 {{arflags}} /OUT:{{output}} @$rspfile"
183 command = "$env_setup $link /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:$pdbname @$rspfile"
215 command = "$env_setup $link /nologo /OUT:$exename /PDB:$pdbname @$rspfile"
/third_party/iowow/src/kv/benchmark/
Dtc_benchmark.c11 static void env_setup() { in env_setup() function
137 bm.env_setup = env_setup; in main()
Diwkv_benchmark.c11 static void env_setup() { in env_setup() function
172 bm.env_setup = env_setup; in main()
Dkyc_benchmark.c10 static void env_setup() { in env_setup() function
168 bm.env_setup = env_setup; in main()
Dleveldb_benchmark.c12 static void env_setup() { in env_setup() function
185 bm.env_setup = env_setup; in main()
Dbdb_benchmark.c11 static void env_setup() { in env_setup() function
192 bm.env_setup = env_setup; in main()
Dwiredtiger_benchmark.c17 static void env_setup() { in env_setup() function
224 bm.env_setup = env_setup; in main()
Dlmdb_benchmark.c23 static void env_setup() { in env_setup() function
188 bm.env_setup = env_setup; in main()
Dbmbase.c31 void (*env_setup)(void); member
87 if (!bm.env_setup) { in _bm_check()
609 bm.env_setup(); in bm_bench_run()