HomeSort by relevance Sort by last modified time
    Searched defs:PATH_SEPARATOR (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pcos.h 44 #define PATH_SEPARATOR ';'
_macos.h 564 #define PATH_SEPARATOR ':'
  /external/e2fsprogs/intl/
loadinfo.h 48 # define PATH_SEPARATOR ';'
51 # define PATH_SEPARATOR ':'
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 60 #ifndef PATH_SEPARATOR
61 #define PATH_SEPARATOR '/'
234 const char* sep = strrchr(filename, PATH_SEPARATOR);
239 string::size_type sep = filename.rfind(PATH_SEPARATOR);
gflags.cc 117 #ifndef PATH_SEPARATOR
118 #define PATH_SEPARATOR '/'
544 if (*clean_name == PATH_SEPARATOR) {
553 while ( *clean_name == PATH_SEPARATOR ) ++clean_name; // Skip any slashes
    [all...]
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 61 #ifndef PATH_SEPARATOR
62 #define PATH_SEPARATOR '/'
234 const char* sep = strrchr(filename, PATH_SEPARATOR);
239 string::size_type sep = filename.rfind(PATH_SEPARATOR);
gflags_completions.cc 63 #ifndef PATH_SEPARATOR
64 #define PATH_SEPARATOR '/'
437 PATH_SEPARATOR,
505 string::size_type sep = it->filename.rfind(PATH_SEPARATOR);
gflags.cc 118 #ifndef PATH_SEPARATOR
119 #define PATH_SEPARATOR '/'
544 if (*clean_name == PATH_SEPARATOR) {
553 while ( *clean_name == PATH_SEPARATOR ) ++clean_name; // Skip any slashes
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 85 private final static String PATH_SEPARATOR = "\u001C"; //$NON-NLS-1$
90 private final static String CACHE_VERSION_SEP = CACHE_VERSION + PATH_SEPARATOR;
308 sb.append(PATH_SEPARATOR);
343 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
609 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 686 #undef PATH_SEPARATOR
688 #define PATH_SEPARATOR ";"
690 #define PATH_SEPARATOR ":"
694 "--proto_path=$tmpdir/a"PATH_SEPARATOR"$tmpdir/b foo.proto");
696 #undef PATH_SEPARATOR
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 598 #undef PATH_SEPARATOR
600 #define PATH_SEPARATOR ";"
602 #define PATH_SEPARATOR ":"
606 "--proto_path=$tmpdir/a"PATH_SEPARATOR"$tmpdir/b foo.proto");
608 #undef PATH_SEPARATOR
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 67 #define PATH_SEPARATOR '/'
73 #define PATH_SEPARATOR '\\'
79 #define PATH_SEPARATOR '\\'
    [all...]
  /external/libogg/win32/
Makefile 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 PATH_SEPARATOR = :
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
145 PATH_SEPARATOR = :
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 571 #ifndef PATH_SEPARATOR
572 #define PATH_SEPARATOR ':'
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 571 #ifndef PATH_SEPARATOR
572 #define PATH_SEPARATOR ':'
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 571 #ifndef PATH_SEPARATOR
572 #define PATH_SEPARATOR ':'
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 571 #ifndef PATH_SEPARATOR
572 #define PATH_SEPARATOR ':'
  /external/chromium_org/third_party/libxml/src/
xmllint.c 219 # define PATH_SEPARATOR ';'
221 # define PATH_SEPARATOR ':'
239 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
242 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))
    [all...]
  /external/libxml2/
xmllint.c 223 # define PATH_SEPARATOR ';'
225 # define PATH_SEPARATOR ':'
243 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
246 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 189 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
558 PATH_SEPARATOR = :
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 189 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
558 PATH_SEPARATOR = :
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 189 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
558 PATH_SEPARATOR = :
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 189 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
558 PATH_SEPARATOR = :
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 189 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
558 PATH_SEPARATOR = :
    [all...]

Completed in 1485 milliseconds

1 2