Searched +defs:file +defs:exists +defs:p (Results 1 – 5 of 5) sorted by relevance
| /external/llvm-project/lld/lib/Core/ |
| D | Resolver.cpp | 32 llvm::Expected<bool> Resolver::handleFile(File &file) { in handleFile() 49 llvm::Expected<bool> Resolver::forEachUndefines(File &file, in forEachUndefines() 74 llvm::Expected<bool> Resolver::handleArchiveFile(File &file) { in handleArchiveFile() 86 llvm::Error Resolver::handleSharedLibrary(File &file) { in handleSharedLibrary() 222 File *file = getFile(index); in resolveUndefines() local 321 auto exists = _liveAtoms.insert(atom); in markLive() local 329 for (auto &p : llvm::make_range(_reverseRef.equal_range(defAtom))) { in markLive() local
|
| /external/llvm-project/flang/runtime/ |
| D | unit.cpp | 44 ExternalFileUnit *file{LookUp(unit)}; in LookUpOrCrash() local 58 bool exists{false}; in LookUpOrCreateAnonymous() local 303 if (const char *p{FrameNextInput(handler, 1)}) { in GetCurrentChar() local 615 for (const char *p{str + length}; p-- > str;) { in FindLastNewline() local 634 if (const char *p{ in BackspaceVariableFormattedRecord() local
|
| /external/llvm-project/libcxx/test/support/ |
| D | filesystem_test_helper.h | 109 inline bool exists(std::string const& path) { in exists() function 200 FILE* file = large_file_fopen(filename.c_str(), "w" FOPEN_CLOEXEC_FLAG); member 303 fs::path p = base / ("static_env." + std::to_string(i)); in available_cwd_path() local 351 fs::path makePath(fs::path const& p) const { in makePath() 526 inline void PathReserve(fs::path& p, std::size_t N) { in PathReserve()
|
| /external/libwebm/ |
| D | vttdemux.cc | 34 FILE* file; member 311 mkvparser::Segment* p; in ParseSegment() local 413 std::map<MetadataInfo::Type, int> exists; in OpenFiles() local 588 FILE* const file = info.file; in WriteChaptersFile() local
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 1711 def exists(self, file_path, check_link=False): member in FakeFilesystem 3102 def exists(self, path): member in FakePathModule 3260 def join(self, *p): 4454 def open(self, file, mode='r', buffering=-1, encoding=None, argument
|