OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_PATH_LEN
(Results
1 - 8
of
8
) sorted by null
/external/linux-tools-perf/
builtin-probe.c
49
#define
MAX_PATH_LEN
256
/external/linux-tools-perf/util/
probe-finder.h
8
#define
MAX_PATH_LEN
256
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
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.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.h
21
#define
MAX_PATH_LEN
1024
/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
);
Completed in 221 milliseconds