Home
last modified time | relevance | path

Searched refs:inputCmd (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/compiler_wrapper/
Dcompiler_wrapper.go15 func callCompiler(env env, cfg *config, inputCmd *command) int {
18 if !filepath.IsAbs(inputCmd.Path) && !strings.HasPrefix(inputCmd.Path, ".") &&
19 !strings.ContainsRune(inputCmd.Path, filepath.Separator) {
20 if resolvedPath, err := resolveAgainstPathEnv(env, inputCmd.Path); err == nil {
21 inputCmd = &command{
23 Args: inputCmd.Args,
24 EnvUpdates: inputCmd.EnvUpdates,
32 exitCode, compilerErr = callCompilerInternal(env, cfg, inputCmd)
64 func callCompilerInternal(env env, cfg *config, inputCmd *command) (exitCode int, err error) {
65 if err := checkUnsupportedFlags(inputCmd); err != nil {
[all …]
Dtestutil_test.go39 inputCmd *command member
/external/webrtc/modules/audio_processing/test/
Dapmtest.m255 inputCmd = [' -in ' nearFile]; variable
257 inputCmd = [' -i ' nearFile]; variable
262 inputCmd = [' -if ' farFile inputCmd]; variable
264 inputCmd = [' -ir ' farFile inputCmd]; variable
267 command = [progname inputCmd ' -o ' outpath outfile ' ' opt];