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

  /external/clang/include/clang/Driver/
ToolChain.h 50 typedef SmallVector<std::string, 16> path_list; typedef in class:clang::driver::ToolChain
79 path_list FilePaths;
83 path_list ProgramPaths;
145 path_list &getFilePaths() { return FilePaths; }
146 const path_list &getFilePaths() const { return FilePaths; }
148 path_list &getProgramPaths() { return ProgramPaths; }
149 const path_list &getProgramPaths() const { return ProgramPaths; }
  /external/kmod/libkmod/
libkmod-config.c 831 struct kmod_list *path_list = NULL; local
854 tmp = kmod_list_append(path_list, cf);
857 path_list = tmp;
864 config->paths = path_list;
900 for (; path_list != NULL; path_list = kmod_list_remove(path_list))
901 free(path_list->data);

Completed in 424 milliseconds