OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmdfile
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/path/filepath/
path_windows_test.go
51
cmdfile
= `printdir.cmd`
79
fn, data := filepath.Join(dd,
cmdfile
), []byte("@echo "+d+"\r\n")
93
Args: []string{`/c`,
cmdfile
},
106
// unshadow
cmdfile
in next directory
107
err = os.Remove(filepath.Join(tmp, d,
cmdfile
))
/prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go
51
cmdfile
= `printdir.cmd`
79
fn, data := filepath.Join(dd,
cmdfile
), []byte("@echo "+d+"\r\n")
93
Args: []string{`/c`,
cmdfile
},
106
// unshadow
cmdfile
in next directory
107
err = os.Remove(filepath.Join(tmp, d,
cmdfile
))
/art/test/etc/
run-test-jar
496
cmdfile
=$(tempfile -p "cmd-" -s "-$TEST_NAME")
497
echo "$cmdline" > $
cmdfile
504
adb push $
cmdfile
$DEX_LOCATION/cmdline.sh
506
adb push $
cmdfile
$DEX_LOCATION/cmdline.sh > /dev/null 2>&1
511
rm -f $
cmdfile
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 209 milliseconds