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

  /ndk/build/tools/
build-docs.sh 23 IN_DIR=
45 IN_DIR=$1
67 if [ -z "$IN_DIR" ]; then
68 IN_DIR=$ANDROID_NDK_ROOT/docs/text
70 IN_DIR=${IN_DIR%%/}
71 log "Input directory: $IN_DIR"
83 SRC_FILES=$(find "$IN_DIR" -name "*.text")
87 DST_FILE=$OUT_DIR${DST_FILE##$IN_DIR}
  /external/skia/tests/
PathOpsSkpClipTest.cpp 15 #define IN_DIR "D:" PATH_SLASH "skp"
19 #define IN_DIR "/Volumes/Untitled" PATH_SLASH
23 static const char pictDir[] = IN_DIR ;

Completed in 848 milliseconds