OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_absolute_path
(Results
1 - 13
of
13
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
filenames.h
39
# define
IS_ABSOLUTE_PATH
(f) IS_DOS_ABSOLUTE_PATH (f)
43
# define
IS_ABSOLUTE_PATH
(f) IS_UNIX_ABSOLUTE_PATH (f)
64
/* Note that when DOS_BASED is true,
IS_ABSOLUTE_PATH
accepts d:foo as
66
of
IS_ABSOLUTE_PATH
want to know whether to prepend the current
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
filenames.h
39
# define
IS_ABSOLUTE_PATH
(f) IS_DOS_ABSOLUTE_PATH (f)
43
# define
IS_ABSOLUTE_PATH
(f) IS_UNIX_ABSOLUTE_PATH (f)
64
/* Note that when DOS_BASED is true,
IS_ABSOLUTE_PATH
accepts d:foo as
66
of
IS_ABSOLUTE_PATH
want to know whether to prepend the current
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
filenames.h
39
# define
IS_ABSOLUTE_PATH
(f) IS_DOS_ABSOLUTE_PATH (f)
43
# define
IS_ABSOLUTE_PATH
(f) IS_UNIX_ABSOLUTE_PATH (f)
64
/* Note that when DOS_BASED is true,
IS_ABSOLUTE_PATH
accepts d:foo as
66
of
IS_ABSOLUTE_PATH
want to know whether to prepend the current
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
filenames.h
39
# define
IS_ABSOLUTE_PATH
(f) IS_DOS_ABSOLUTE_PATH (f)
43
# define
IS_ABSOLUTE_PATH
(f) IS_UNIX_ABSOLUTE_PATH (f)
64
/* Note that when DOS_BASED is true,
IS_ABSOLUTE_PATH
accepts d:foo as
66
of
IS_ABSOLUTE_PATH
want to know whether to prepend the current
/external/linux-tools-perf/util/
abspath.c
26
if (
is_absolute_path
(path)) {
exec_cmd.c
17
if (
is_absolute_path
(path))
73
if (
is_absolute_path
(path))
cache.h
72
static inline int
is_absolute_path
(const char *path)
function
/external/e2fsprogs/intl/
l10nflist.c
68
IS_ABSOLUTE_PATH
(P) tests whether P is an absolute path. If it is not,
77
# define
IS_ABSOLUTE_PATH
(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
81
# define
IS_ABSOLUTE_PATH
(P) ISSLASH ((P)[0])
188
if (
IS_ABSOLUTE_PATH
(language))
dcigettext.c
200
IS_ABSOLUTE_PATH
(P) tests whether P is an absolute path. If it is not,
210
# define
IS_ABSOLUTE_PATH
(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
216
# define
IS_ABSOLUTE_PATH
(P) ISSLASH ((P)[0])
527
else if (
IS_ABSOLUTE_PATH
(binding->dirname))
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdbint.info
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdbint.info
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info
[
all
...]
Completed in 855 milliseconds