Home
last modified time | relevance | path

Searched refs:SearchPathList (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list_unittest.cpp71 TEST(SearchPathList, Empty) { in TEST() argument
73 SearchPathList list; in TEST()
92 TEST(SearchPathList, OneItem) { in TEST() argument
94 SearchPathList list; in TEST()
105 TEST(SearchPathList, Reset) { in TEST() argument
107 SearchPathList list; in TEST()
120 SearchPathList list; in TEST()
139 SearchPathList list; in TEST()
159 SearchPathList list; in TEST()
177 SearchPathList list; in TEST()
[all …]
H A Dcrazy_linker_search_path_list.cpp109 SearchPathList::Result FindLibFile(const char* path) { in FindLibFile()
142 void SearchPathList::Reset() { in Reset()
147 void SearchPathList::ResetFromEnv(const char* var_name) { in ResetFromEnv()
154 void SearchPathList::AddPaths(const char* list, const char* list_end) { in AddPaths()
161 SearchPathList::Result SearchPathList::FindFile(const char* file_name) const { in FindFile()
H A Dcrazy_linker_search_path_list.h17 class SearchPathList {
19 SearchPathList() = default;
H A Dcrazy_linker_globals.h48 SearchPathList* search_path_list() { return &search_paths_; } in search_path_list()
73 SearchPathList search_paths_;
H A Dcrazy_linker_library_list.h88 const SearchPathList& search_path_list,
H A Dcrazy_linker_library_list.cpp384 const SearchPathList& search_path_list, in LocateLibraryFile()
388 SearchPathList::Result probe = search_path_list.FindFile(lib_name); in LocateLibraryFile()
/dports/devel/py-pygit2/pygit2-1.7.1/pygit2/
H A Dsettings.py37 class SearchPathList: class
51 _search_path = SearchPathList()
/dports/devel/bmake/bmake/
H A Dparse.c195 typedef List SearchPathList; typedef
1076 SearchPathList **inout_paths) in ParseDependencyTargetSpecial()
1141 SearchPathList **inout_paths) in ParseDependencyTargetPath()
1165 GNodeType *out_tOp, SearchPathList **inout_paths) in ParseDependencyTarget()
1310 ClearPaths(SearchPathList *paths) in ClearPaths()
1322 ParseDependencySourcesEmpty(ParseSpecial specType, SearchPathList *paths) in ParseDependencySourcesEmpty()
1351 AddToPaths(const char *dir, SearchPathList *paths) in AddToPaths()
1389 SearchPathList *paths) in ParseDependencySourceSpecial()
1421 SearchPathList **inout_paths, in ParseDependencyTargets()
1521 ParseSpecial specType, SearchPathList *paths) in ParseDependencySourcesSpecial()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Trim/
H A DTrim.py303 SearchPathList = [LocalSearchPath] + IncludePathList
305 SearchPathList = IncludePathList
307 for IncludePath in SearchPathList:
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py262 SearchPathList = [LocalSearchPath] + IncludePathList
264 SearchPathList = IncludePathList
266 for IncludePath in SearchPathList:
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py262 SearchPathList = [LocalSearchPath] + IncludePathList
264 SearchPathList = IncludePathList
266 for IncludePath in SearchPathList:
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Trim/
H A DTrim.py264 SearchPathList = [LocalSearchPath] + IncludePathList
266 SearchPathList = IncludePathList
268 for IncludePath in SearchPathList:
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py262 SearchPathList = [LocalSearchPath] + IncludePathList
264 SearchPathList = IncludePathList
266 for IncludePath in SearchPathList:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/AutoGen/
H A DGenMake.py714 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
717 Dependency[F] = self.GetDependencyList(F, ForceInculeList, SearchPathList)
732 def GetDependencyList(self, File, ForceList, SearchPathList): argument
790 PathList = [CurrentFilePath] + SearchPathList
810 … "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py269 SearchPathList = [LocalSearchPath] + IncludePathList
271 SearchPathList = IncludePathList
273 for IncludePath in SearchPathList:
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py269 SearchPathList = [LocalSearchPath] + IncludePathList
271 SearchPathList = IncludePathList
273 for IncludePath in SearchPathList:
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Trim/
H A DTrim.py269 SearchPathList = [LocalSearchPath] + IncludePathList
271 SearchPathList = IncludePathList
273 for IncludePath in SearchPathList:
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Trim/
H A DTrim.py269 SearchPathList = [LocalSearchPath] + IncludePathList
271 SearchPathList = IncludePathList
273 for IncludePath in SearchPathList:
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py269 SearchPathList = [LocalSearchPath] + IncludePathList
271 SearchPathList = IncludePathList
273 for IncludePath in SearchPathList:
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DGenMake.py1065 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
1068 Dependency[F] = self.GetDependencyList(F, ForceInculeList, SearchPathList)
1083 def GetDependencyList(self, File, ForceList, SearchPathList): argument
1145 PathList = [CurrentFilePath] + SearchPathList
1165 … "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DGenMake.py1065 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
1068 Dependency[F] = self.GetDependencyList(F, ForceInculeList, SearchPathList)
1083 def GetDependencyList(self, File, ForceList, SearchPathList): argument
1145 PathList = [CurrentFilePath] + SearchPathList
1165 … "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DGenMake.py1065 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
1068 Dependency[F] = self.GetDependencyList(F, ForceInculeList, SearchPathList)
1083 def GetDependencyList(self, File, ForceList, SearchPathList): argument
1145 PathList = [CurrentFilePath] + SearchPathList
1165 … "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DGenMake.py1124 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
1127 …ncy[F] = GetDependencyList(self._AutoGenObject, self.FileCache, F, ForceInculeList, SearchPathList)
1666 def GetDependencyList(AutoGenObject, FileCache, File, ForceList, SearchPathList): argument
1728 PathList = [CurrentFilePath] + SearchPathList
1748 "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DGenMake.py1124 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
1127 …ncy[F] = GetDependencyList(self._AutoGenObject, self.FileCache, F, ForceInculeList, SearchPathList)
1666 def GetDependencyList(AutoGenObject, FileCache, File, ForceList, SearchPathList): argument
1728 PathList = [CurrentFilePath] + SearchPathList
1748 "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DGenMake.py1151 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
1154 …ncy[F] = GetDependencyList(self._AutoGenObject, self.FileCache, F, ForceInculeList, SearchPathList)
1693 def GetDependencyList(AutoGenObject, FileCache, File, ForceList, SearchPathList): argument
1755 PathList = [CurrentFilePath] + SearchPathList
1775 "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))

12