HomeSort by relevance Sort by last modified time
    Searched refs:cmdfile (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/vm/
compaction_test.c 30 FILE *cmdfile = popen(cmd, "r"); local
32 if (!(fgets(buffer, sizeof(buffer), cmdfile))) {
37 pclose(cmdfile);
41 cmdfile = popen(cmd, "r");
43 if (!(fgets(buffer, sizeof(buffer), cmdfile))) {
48 pclose(cmdfile);
  /external/ltp/testscripts/
runEALtests.sh 40 cmdfile=""
51 usage: ./${0##*/} -c [-d tmpdir] [-f cmdfile ] [-i # (in Mb)] [ -l logfile ]
56 -f cmdfile Execute user defined list of testcases.
94 cmdfile=$OPTARG;;
184 if [ -z $cmdfile ]
188 cat $cmdfile > ${TMP}/alltests
  /art/test/etc/
run-test-jar 876 cmdfile=$(tempfile -p "cmd-" -s "-$TEST_NAME")
877 echo "$cmdline" > $cmdfile
884 adb push $cmdfile $DEX_LOCATION/cmdline.sh
886 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1
895 rm -f $cmdfile
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows_test.go 36 cmdfile = `printdir.cmd`
64 fn, data := filepath.Join(dd, cmdfile), []byte("@echo "+d+"\r\n")
81 Args: []string{`/c`, cmdfile},
94 // unshadow cmdfile in next directory
95 err = os.Remove(filepath.Join(tmp, d, cmdfile))
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go 36 cmdfile = `printdir.cmd`
64 fn, data := filepath.Join(dd, cmdfile), []byte("@echo "+d+"\r\n")
81 Args: []string{`/c`, cmdfile},
94 // unshadow cmdfile in next directory
95 err = os.Remove(filepath.Join(tmp, d, cmdfile))
  /tools/tradefederation/core/src/com/android/tradefed/command/
Console.java 468 "\tcmdfile <cmdfile.txt> Run the specified commandfile" +
472 "\tcmdfileAndExit <cmdfile.txt> Run the specified commandfile, and run " +
711 // Skip 2 tokens to get past runPattern and "cmdfile". We're guaranteed to have at
717 printLine(String.format("Attempting to run cmdfile %s with args %s", file,
722 trie.put(runRunCmdfile, RUN_PATTERN, "cmdfile", "(.*)");
723 trie.put(runRunCmdfile, RUN_PATTERN, "cmdfile", "(.*)", null);
744 for (String cmdfile : getFlatArgs(2 /* startIdx */, args)) {
745 runCmdfile(cmdfile, new ArrayList<String>(0));
    [all...]

Completed in 2910 milliseconds