HomeSort by relevance Sort by last modified time
    Searched full:exename (Results 1 - 13 of 13) sorted by null

  /ndk/tests/
run-standalone-tests.sh 71 local EXENAME="$(basename $1)"
72 EXENAME=${EXENAME##.c}
73 EXENAME=${EXENAME##.cpp}
74 echo "Building C++ test: $EXENAME"
75 $TOOLCHAINPREFIX-g++ -o $OBJDIR/$EXENAME $1
  /external/llvm/lib/Support/
SystemUtils.cpp 36 /// to \p ExeName, given the value of argv[0] and the address of main()
41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName,
50 Result.appendComponent(ExeName);
  /external/llvm/include/llvm/Support/
SystemUtils.h 34 /// to \p ExeName, given the value of argv[0] and the address of main()
39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
  /external/srec/tools/make_g2g/
make_g2g.c 40 static void usage(LCHAR* exename)
42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
  /ndk/build/tools/
builder-funcs.sh 365 local exe exename
366 exename=$1
367 exe=$_BUILD_DSTDIR/$exename$HOST_EXE
372 builder_log "${_BUILD_PREFIX}Executable: $exename$HOST_EXE"
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 146 // folder. Filesystem uses <temp>/<exename>. We will be migrating exclusively
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 977 Char exename[VKI_PATH_MAX]; local
    [all...]
  /external/srec/tools/parseStringTest/
parseStringTest.c 61 int usage(LCHAR* exename)
63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename);
  /external/srec/tools/test_g2g/
test_g2g.c 61 int usage(LCHAR* exename)
63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename);
  /external/v8/test/mjsunit/tools/
tickprocessor.js 232 function exeSymbols(exeName) {
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 389 (have_exename ? sizeof(char **) : 0) + /* argc[0] == exename */
initimg-linux.c 475 (have_exename ? sizeof(char **) : 0) + /* argc[0] == exename */
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1797 const HChar* exename; local
    [all...]

Completed in 361 milliseconds