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

  /src/external/apache2/llvm/dist/llvm/tools/split-file/
split-file.cpp 113 SmallString<256> partPath;
115 partPath.clear();
116 sys::path::append(partPath, output, keyValue.first);
118 sys::fs::create_directories(sys::path::parent_path(partPath));
121 auto f = std::make_unique<ToolOutputFile>(partPath.str(), ec,
  /src/external/gpl3/binutils/dist/bfd/
bfdio.c 205 wchar_t * partPath = calloc (partPathWSize, sizeof(wchar_t));
208 MultiByteToWideChar (cp, 0, filename, -1, partPath, partPathWSize);
213 for (ix = 0; partPath[ix] != L'\0'; ix++)
214 if (partPath[ix] <= L'\x7f' && IS_UNIX_DIR_SEPARATOR ((char)partPath[ix]))
215 partPath[ix] = L'\\';
220 long fullPathWSize = GetFullPathNameW (partPath, 0, NULL, lpFilePart);
233 GetFullPathNameW (partPath, fullPathWSize, fullPathOffset, lpFilePart);
245 free (partPath);
  /src/external/gpl3/binutils.old/dist/bfd/
bfdio.c 205 wchar_t * partPath = calloc (partPathWSize, sizeof(wchar_t));
208 MultiByteToWideChar (cp, 0, filename, -1, partPath, partPathWSize);
213 partPath[ix] = '\\';
218 long fullPathWSize = GetFullPathNameW (partPath, 0, NULL, lpFilePart);
231 GetFullPathNameW (partPath, fullPathWSize, fullPathOffset, lpFilePart);
243 free (partPath);
  /src/external/gpl3/gdb.old/dist/bfd/
bfdio.c 205 wchar_t * partPath = calloc (partPathWSize, sizeof(wchar_t));
208 MultiByteToWideChar (cp, 0, filename, -1, partPath, partPathWSize);
213 partPath[ix] = '\\';
218 long fullPathWSize = GetFullPathNameW (partPath, 0, NULL, lpFilePart);
231 GetFullPathNameW (partPath, fullPathWSize, fullPathOffset, lpFilePart);
243 free (partPath);
  /src/external/gpl3/gdb/dist/bfd/
bfdio.c 205 wchar_t * partPath = calloc (partPathWSize, sizeof(wchar_t));
208 MultiByteToWideChar (cp, 0, filename, -1, partPath, partPathWSize);
213 partPath[ix] = '\\';
218 long fullPathWSize = GetFullPathNameW (partPath, 0, NULL, lpFilePart);
231 GetFullPathNameW (partPath, fullPathWSize, fullPathOffset, lpFilePart);
243 free (partPath);
  /src/usr.bin/make/
dir.c 845 SearchPath *partPath;
873 partPath = SearchPath_New();
874 (void)SearchPath_Add(partPath, dirpath);
875 DirExpandPath(wildcardComponent + 1, partPath, expansions);
876 SearchPath_Free(partPath);

Completed in 45 milliseconds