OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_path_len
(Results
1 - 12
of
12
) 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/bluetooth/bluedroid/bta/include/
bta_fs_api.h
38
UINT16
max_path_len
; /* Maximum path length (includes appended file name) */
member in struct:__anon3108
/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 1161 milliseconds