HomeSort by: relevance | last modified time | path
    Searched refs:current_dir (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_mtree.c 111 struct archive_string current_dir; member in struct:mtree
313 archive_string_free(&mtree->current_dir);
1148 if (archive_strlen(&mtree->current_dir) > 0) {
1150 p = mtree->current_dir.s
1151 + mtree->current_dir.length - 1;
1152 while (p >= mtree->current_dir.s && *p != '/')
1154 if (p >= mtree->current_dir.s)
1156 mtree->current_dir.length
1157 = p - mtree->current_dir.s + 1;
1226 size_t n = archive_strlen(&mtree->current_dir);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 914 SmallString<128> current_dir;
915 current_directory.toVector(current_dir);
920 path::append(current_dir, p);
922 path.swap(current_dir);
927 StringRef cdrn = path::root_name(current_dir);
937 StringRef bRootDirectory = path::root_directory(current_dir);
938 StringRef bRelativePath = path::relative_path(current_dir);
955 SmallString<128> current_dir;
956 if (std::error_code ec = current_path(current_dir))
959 make_absolute(current_dir, path)
    [all...]
  /src/external/gpl2/gmake/dist/tests/
run_make_tests.pl 208 $__pwd = `++(current_dir)`;
  /src/external/gpl2/mkhybrid/dist/
tree.c 861 DIR * current_dir; local
873 current_dir = opendir(path);
881 if(current_dir) d_entry = readdir(current_dir);
883 if(!current_dir || !d_entry)
887 if(current_dir) closedir(current_dir);
916 if(dflag) d_entry = readdir(current_dir);
1012 closedir(current_dir);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 95 | <tr><th>Working Directory:</th><td>{current_dir}</td></tr>
102 current_dir=prefix,
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 527 char * current_dir = getpwd (); local
528 size_t cdir_len = strlen (current_dir);
531 memcpy (freeme, current_dir, cdir_len);
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 527 char * current_dir = getpwd (); local
528 size_t cdir_len = strlen (current_dir);
531 memcpy (freeme, current_dir, cdir_len);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1417 static char current_dir[] = { '.', DIR_SEPARATOR, '\0' }; local
1690 dumppfx = concat (current_dir, dumppfx, NULL);
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1436 static char current_dir[] = { '.', DIR_SEPARATOR, '\0' }; local
1719 dumppfx = concat (current_dir, dumppfx, NULL);

Completed in 39 milliseconds