HomeSort by relevance Sort by last modified time
    Searched refs:dir (Results 201 - 225 of 1911) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/
LPdir_unix.c 61 DIR *dir; member in struct:LP_dir_context_st
86 (*ctx)->dir = opendir(directory);
87 if ((*ctx)->dir == NULL)
97 direntry = readdir((*ctx)->dir);
112 int ret = closedir((*ctx)->dir);
  /external/strace/linux/
ioctlent.sh 34 dir="$1"
38 dir="$1"
54 (cd "$dir" ; grep "$regexp" "$@" /dev/null 2>/dev/null ) |
75 (cd $dir ; grep $regexp $files 2>/dev/null ) | \
87 (cd $dir ; grep -h $regexp 2>/dev/null $files ) | \
  /external/strace/strace/linux/
ioctlent.sh 34 dir="$1"
38 dir="$1"
54 (cd "$dir" ; grep "$regexp" "$@" /dev/null 2>/dev/null ) |
75 (cd $dir ; grep $regexp $files 2>/dev/null ) | \
87 (cd $dir ; grep -h $regexp 2>/dev/null $files ) | \
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 80 File dir = new File(osSdkRoot, SdkConstants.FD_DOCS); local
81 Package pkg = scanDoc(dir, log);
84 visited.add(dir);
87 dir = new File(osSdkRoot, SdkConstants.FD_TOOLS);
88 pkg = scanTools(dir, log);
91 visited.add(dir);
107 // Get the samples dir for a platform if it is located in the new
108 // root /samples dir. We purposely ignore "old" samples that are
109 // located under the platform dir.
158 for (File dir : root.listFiles()) {
    [all...]
  /build/tools/
fileslist.py 29 for dir, dirs, files in os.walk(root):
30 relative = dir[base:]
34 get_file_size(os.path.sep.join((dir, f))),
  /build/tools/signapk/test/
run 14 mkdir -p $(dir $@)
18 mkdir -p $(dir $@)
27 mkdir -p $(dir $@)
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
DelegateFileFilter.java 82 * @param dir the directory
86 public boolean accept(File dir, String name) {
88 return filenameFilter.accept(dir, name);
90 return super.accept(dir, name);
  /bootable/recovery/minzip/
Android.mk 1 LOCAL_PATH := $(call my-dir)
  /build/target/board/emulator/
AndroidBoard.mk 1 LOCAL_PATH := $(call my-dir)
  /build/target/board/generic/
AndroidBoard.mk 1 LOCAL_PATH := $(call my-dir)
  /build/tools/kcm/
Android.mk 5 LOCAL_PATH:= $(call my-dir)
  /dalvik/dvz/
Android.mk 3 LOCAL_PATH := $(my-dir)
  /development/apps/BluetoothDebug/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/apps/SdkSetup/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/apps/launchperf/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/samples/HelloActivity/tests/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/samples/LunarLander/tests/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/samples/NotePad/tests/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/samples/SkeletonApp/tests/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/samples/Snake/tests/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/tools/jdwpspy/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /development/tools/line_endings/
Android.mk 5 LOCAL_PATH:= $(call my-dir)
  /development/tools/yuv420sp2rgb/
Android.mk 6 LOCAL_PATH:= $(call my-dir)
  /external/bluetooth/bluez/gdbus/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /external/genext2fs/
Android.mk 3 LOCAL_PATH:= $(call my-dir)

Completed in 916 milliseconds

1 2 3 4 5 6 7 891011>>