OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAVE_FNMATCH_H
(Results
1 - 7
of
7
) sorted by null
/external/gflags/src/
defines.h.in
30
#cmakedefine
HAVE_FNMATCH_H
gflags.cc
96
#if defined(
HAVE_FNMATCH_H
)
[
all
...]
/external/webrtc/third_party/gflags/gen/posix/include/private/
config.h
18
#define
HAVE_FNMATCH_H
1
/external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h
27
#define
HAVE_FNMATCH_H
/external/webrtc/third_party/gflags/gen/win/include/private/
config.h
33
#undef
HAVE_FNMATCH_H
/external/gflags/
CMakeLists.txt
251
if (NOT
HAVE_FNMATCH_H
AND OS_WINDOWS)
/external/gflags/test/
gflags_unittest.cc
428
#if defined(
HAVE_FNMATCH_H
) || defined(HAVE_SHLWAPI_H) // otherwise glob isn't supported
480
#endif // defined(
HAVE_FNMATCH_H
) || defined(HAVE_SHLWAPI_H)
[
all
...]
Completed in 145 milliseconds