Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 235) sorted by relevance

12345678910

/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOPosix.cpp28 bool IsFile(const std::string &Path) { in IsFile()
35 static bool IsDirectory(const std::string &Path) { in IsDirectory()
42 size_t FileSize(const std::string &Path) { in FileSize()
49 std::string Basename(const std::string &Path) { in Basename()
68 std::string Path = DirPlusFile(Dir, E->d_name); in ListFilesInDirRecursive() local
98 void RemoveFile(const std::string &Path) { in RemoveFile()
H A DFuzzerIO.cpp26 long GetEpoch(const std::string &Path) { in GetEpoch()
33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
53 std::string FileToString(const std::string &Path) { in FileToString()
59 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
71 void ReadDirToVectorOfUnits(const char *Path, Vector<Unit> *V, in ReadDirToVectorOfUnits()
H A DFuzzerIOWindows.cpp27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile()
63 bool IsFile(const std::string &Path) { in IsFile()
75 std::string Basename(const std::string &Path) { in Basename()
82 size_t FileSize(const std::string &Path) { in FileSize()
101 std::string Path(Dir); in ListFilesInDirRecursive() local
160 void RemoveFile(const std::string &Path) { in RemoveFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp34 static bool isCaseSensitivePath(StringRef Path) { in isCaseSensitivePath()
57 SmallVectorImpl<char> &Path) { in updateWithRealPath()
89 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute()
261 llvm::ErrorOr<llvm::vfs::Status> status(const Twine &Path) override { in status()
269 openFileForRead(const Twine &Path) override { in openFileForRead()
281 std::error_code getRealPath(const Twine &Path, in getRealPath()
292 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
300 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory()
H A DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer()
77 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, in InMemoryBuffer()
117 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
127 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer()
158 FileOutputBuffer::create(StringRef Path, size_t Size, unsigned Flags) { in create()
H A DVirtualFileSystem.cpp145 bool FileSystem::exists(const Twine &Path) { in exists()
155 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
721 SmallString<128> Path; in addFile() local
829 SmallString<128> Path; in lookupInMemoryNode() local
971 SmallString<128> Path; in setCurrentWorkingDirectory() local
1154 SmallString<256> Path; in isLocal() local
1194 SmallString<256> Path; in dir_begin() local
1960 SmallString<256> Path; in status() local
2006 SmallString<256> Path; in openFileForRead() local
[all …]
/netbsd/sys/external/bsd/acpica/dist/common/
H A Ddmextern.c197 char *Path) in AcpiDmNormalizeParentPrefix()
539 char *Path, in AcpiDmAddOpToExternalList()
680 char **Path) in AcpiDmRemoveRootPrefix()
789 char *Path, in AcpiDmAddPathToExternalList()
1013 char *Path, in AcpiDmResolveExternal()
1118 char *Path, in AcpiDmAddOneExternalToNamespace()
1457 char *Path) in AcpiDmConflictingDeclaration()
1512 char *Path) in AcpiDmCheckForExternalConflict()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp214 const std::string &Path, const std::string &Basename) { in getDarwinDWARFResourceForPath()
224 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
359 SmallString<128> Path{Directory}; in findDebugBinary() local
367 SmallString<128> Path = getDebugPath( in findDebugBinary() local
383 SmallString<128> Path = getDebugPath(Directory); in findDebugBinary() local
403 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
407 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
426 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
446 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
466 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp59 for (const auto &Path : Callback(SelectedMultilib)) in AddClangSystemIncludeArgs() local
99 for (std::string Path : Callback(SelectedMultilib)) { in addLibCxxIncludePaths() local
122 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRT() local
H A DMSVC.cpp66 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
106 std::string &Path, in findVCToolChainViaCommandLine()
133 findVCToolChainViaEnvironment(llvm::vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
248 findVCToolChainViaSetupConfig(llvm::vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaSetupConfig()
340 static bool findVCToolChainViaRegistry(std::string &Path, in findVCToolChainViaRegistry()
833 llvm::SmallString<256> Path(VCToolChainPath); in getSubDirectoryPath() local
1002 std::string &Path, int &Major, in getWindowsSDKDirViaCommandLine()
1038 std::string &Path, int &Major, in getWindowsSDKDir()
1138 const ArgList &Args, std::string &Path, in getUniversalCRTSdkDir()
1243 for (const auto &Path : DriverArgs.getAllArgValues(options::OPT__SLASH_imsvc)) in AddClangSystemIncludeArgs() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h55 StringRef Path; ///< The entire path. variable
81 StringRef Path; ///< The entire path. variable
H A DVirtualFileSystem.h129 std::string Path; variable
134 directory_entry(std::string Path, llvm::sys::fs::file_type Type) in directory_entry()
375 llvm::ErrorOr<Status> status(const Twine &Path) override { in status()
379 openFileForRead(const Twine &Path) override { in openFileForRead()
388 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory()
391 std::error_code getRealPath(const Twine &Path, in getRealPath()
395 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
H A DFileSystem.h463 inline bool exists(const Twine &Path) { in exists()
477 inline bool can_write(const Twine &Path) { in can_write()
525 inline bool is_local(const Twine &Path) { in is_local()
562 inline bool is_directory(const Twine &Path) { in is_directory()
584 inline bool is_regular_file(const Twine &Path) { in is_regular_file()
608 inline bool is_symlink_file(const Twine &Path) { in is_symlink_file()
691 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size()
1335 std::string Path; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp83 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom()
103 [BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom()
330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
364 CXXBasePath &Path, in FindBaseClass()
373 CXXBasePath &Path, in FindVirtualBaseClass()
387 static bool findOrdinaryMember(const CXXRecordDecl *RD, CXXBasePath &Path, in findOrdinaryMember()
404 [Name](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in hasMemberName()
413 CXXBasePath &Path, DeclarationName Name) { in findOrdinaryMemberInDependentClasses()
451 [&](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in lookupDependentName()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp81 for (const std::string &Path : ModulePaths) { in log() local
115 for (const std::string &Path : ModulePaths) { in log() local
157 Expected<ThreadSafeModule> loadModule(StringRef Path, in loadModule()
222 StringRef Path = Entry.first(); in main() local
/netbsd/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp17 Optional<sys::fs::file_status> getFileStatus(StringRef Path) { in getFileStatus()
25 std::vector<std::string> scanDirectory(StringRef Path) { in scanDirectory()
/netbsd/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp114 StringRef Path = ((const char **)EventPaths)[i]; in eventStreamCallback() local
161 StringRef Path, in createFSEventStream()
217 StringRef Path, in create()
260 StringRef Path, in create()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h127 std::string Path; // Path to the cache, empty to disable. member
133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
189 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } in setSaveTempsDir()
195 void setGeneratedObjectsDirectory(std::string Path) { in setGeneratedObjectsDirectory()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileSystemStatCache.cpp34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, in get()
102 MemorizeStatCalls::getStat(StringRef Path, llvm::vfs::Status &Status, in getStat()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h114 SmallString<128> Path; variable
174 SmallString<128> Path; variable
204 SmallString<128> Path; variable
/netbsd/external/gpl2/gmake/dist/w32/
H A Dpathstuff.c27 convert_vpath_to_windows32(char *Path, char to_delim) in convert_vpath_to_windows32()
46 convert_Path_to_windows32(char *Path, char to_delim) in convert_Path_to_windows32()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp410 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRTPath() local
476 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT() local
500 SmallString<128> Path(getDriver().ResourceDir); in getArchSpecificLibPath() local
559 std::string Path(A->getValue()); in GetLinkerPath() local
842 const Twine &Path) { in addSystemInclude()
857 const Twine &Path) { in addExternCSystemInclude()
864 const Twine &Path) { in addExternCSystemIncludeIfExists()
873 for (const auto &Path : Paths) { in addSystemIncludes() local
883 SmallString<128> Path(IncludePath); in detectLibcxxVersion() local
984 std::string Path; in addFastMathRuntimeIfAvailable() local
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp188 for (const std::string &Path : InputFiles) { in main() local
230 for (const std::string &Path : Dylibs) in main() local
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Di18n.cc26 init_locale (char *Path) //set up for internationalization in init_locale()

12345678910