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

  /external/clang/include/clang/AST/
Makefile 12 $(Verb) $(TableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \
18 $(Verb) $(TableGen) -gen-clang-attr-impl -o $(call SYSPATH, $@) \
24 $(Verb) $(TableGen) -gen-clang-stmt-nodes -o $(call SYSPATH, $@) $<
29 $(Verb) $(TableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $<
  /external/clang/include/clang/Serialization/
Makefile 12 $(Verb) $(TableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \
18 $(Verb) $(TableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
  /external/clang/include/clang/Driver/
Makefile 10 $(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
14 $(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
18 $(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
  /external/clang/include/clang/Lex/
Makefile 12 $(Verb) $(TableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
  /external/clang/include/clang/Basic/
Makefile 34 $(Verb) $(TableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
38 $(Verb) $(TableGen) -gen-clang-diags-index-name -o $(call SYSPATH, $@) $<
42 $(Verb) $(TableGen) -gen-clang-diag-groups -o $(call SYSPATH, $@) $<
46 $(Verb) $(TableGen) -gen-clang-attr-list -o $(call SYSPATH, $@) \
51 $(Verb) $(TableGen) -gen-arm-neon-sema -o $(call SYSPATH, $@) $<
  /external/llvm/lib/VMCore/
Makefile 25 $(Verb) $(TableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
  /external/bluetooth/bluez/tools/
hid2hci.c 238 char syspath[PATH_MAX]; local
294 snprintf(syspath, sizeof(syspath), "%s/%s", udev_get_sys_path(udev), devpath);
295 udev_dev = udev_device_new_from_syspath(udev, syspath);
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 24 $(Verb) $(TableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<
  /external/clang/lib/Headers/
Makefile 54 $(Verb) $(TableGen) -gen-arm-neon -o $(call SYSPATH, $@) $<
  /external/chromium/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 75 struct udev_device *udev_device_new_from_syspath(struct udev *udev, const char *syspath);
144 int udev_enumerate_add_syspath(struct udev_enumerate *udev_enumerate, const char *syspath);
  /external/qemu/android/utils/
path.c 639 const char* sysPath = getenv("PATH");
659 if (sysPath == NULL || sysPath[0] == '\0') {
669 p = sysPath;
  /external/llvm/
Makefile.config.in 331 # The function SYSPATH transforms Unix paths into Windows paths.
333 SYSPATH = $(shell echo $(1) | cygpath -m -f -)
335 SYSPATH = $(1)
Makefile.rules 698 # paths. In this case, the SYSPATH function (defined in
700 TableGen = $(TBLGEN) -I $(call SYSPATH, $(PROJ_SRC_DIR)) \
701 -I $(call SYSPATH, $(LLVM_SRC_ROOT)/include) \
702 -I $(call SYSPATH, $(PROJ_SRC_ROOT)/include) \
703 -I $(call SYSPATH, $(PROJ_SRC_ROOT)/lib/Target)
    [all...]
  /system/core/sh/
eval.c 607 syspath(void) function
820 path = syspath() + 5;

Completed in 268 milliseconds