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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.x 51 const MAX_PATH_LEN = 1024;
56 typedef string bp_path_t<MAX_PATH_LEN>;
bootparam_prot.h 21 #define MAX_PATH_LEN 1024
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 51 const MAX_PATH_LEN = 1024;
56 typedef string bp_path_t<MAX_PATH_LEN>;
bootparam_prot.h 21 #define MAX_PATH_LEN 1024
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 51 const MAX_PATH_LEN = 1024;
56 typedef string bp_path_t<MAX_PATH_LEN>;
bootparam_prot.h 21 #define MAX_PATH_LEN 1024
  /external/linux-tools-perf/util/
probe-finder.h 8 #define MAX_PATH_LEN 256
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 213 enum { MAX_PATH_LEN = 256 };
787 char mPath[utils::MAX_PATH_LEN];
821 ::strncpy(mPath, dev, utils::MAX_PATH_LEN);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 213 enum { MAX_PATH_LEN = 256 };
765 char mPath[utils::MAX_PATH_LEN];
799 ::strncpy(mPath, dev, utils::MAX_PATH_LEN);
  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.h 213 enum { MAX_PATH_LEN = 256 };
787 char mPath[utils::MAX_PATH_LEN];
821 ::strncpy(mPath, dev, utils::MAX_PATH_LEN);
  /external/linux-tools-perf/
builtin-probe.c 49 #define MAX_PATH_LEN 256

Completed in 89 milliseconds