HomeSort by relevance Sort by last modified time
    Searched defs:path_separator (Results 1 - 4 of 4) sorted by null

  /external/v8/src/base/
file-utils.cc 17 int path_separator = static_cast<int>(strlen(exec_path)) - 1; local
18 while (path_separator >= 0 &&
19 !OS::isDirectorySeparator(exec_path[path_separator])) {
20 path_separator--;
22 if (path_separator >= 0) {
25 reinterpret_cast<char*>(calloc(path_separator + name_length + 2, 1));
27 strncat(*buffer, exec_path, path_separator + 1);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 419 char path_separator;
417 char path_separator; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 419 char path_separator;
417 char path_separator; member in struct:bfd_link_info
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 428 char path_separator;
426 char path_separator; member in struct:bfd_link_info

Completed in 544 milliseconds