Home
last modified time | relevance | path

Searched refs:RFile (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_argparse.py1659 class RFile(object): class
1693 ('foo', NS(x=None, spam=RFile('foo'))),
1694 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1695 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
1697 ('readonly', NS(x=None, spam=RFile('readonly'))),
1714 successes = [('-c good', NS(c=RFile('good')))]
1733 ('foo', NS(x=None, spam=RFile('foo'))),
1734 ('-x foo bar', NS(x=RFile('fo
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1163 auto IsEquivalent = [FName, &FS](const ResponseFileRecord &RFile) { in ExpandResponseFiles()
1170 llvm::ErrorOr<llvm::vfs::Status> RHS = FS.status(RFile.File); in ExpandResponseFiles()

Completed in 9 milliseconds