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

  /external/python/cpython2/Misc/
setuid-prog.c 11 definition of FULL_PATH below.
57 #ifndef FULL_PATH /* so that this can be specified from the Makefile */
59 #define FULL_PATH "/full/path/of/script"
61 #error "You must define FULL_PATH somewhere"
134 If you're sure that you specified a full path name for FULL_PATH,
137 if (FULL_PATH[0] != '/') {
139 FULL_PATH);
150 if (stat(FULL_PATH, &statb) < 0) {
156 FULL_PATH);
173 execv(FULL_PATH, argv)
    [all...]
  /frameworks/support/scripts/
support-deps-license.sh 24 FULL_PATH=`readlink -f $1`
25 echo `dirname $FULL_PATH`
  /external/ltp/tools/pounder21/
pounder 72 FULL_PATH=`pwd`/"$BASENAME"
75 FOUND=`echo "$SUBTESTS_INC" | grep -x "$FULL_PATH"`
86 echo "$BASENAME" "$FULL_PATH" >> "$POUNDER_TESTS"/excluded/testlist

Completed in 1264 milliseconds