Home
last modified time | relevance | path

Searched defs:is_file (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/beast/core/
Dfile_base.hpp127 struct is_file : std::integral_constant<bool, ...>{}; struct
130 struct is_file : std::false_type {}; struct
133 struct is_file<T, boost::void_t<decltype( struct
/third_party/boost/libs/beast/include/boost/beast/core/
Dfile_base.hpp127 struct is_file : std::integral_constant<bool, ...>{}; struct
130 struct is_file : std::false_type {}; struct
133 struct is_file<T, boost::void_t<decltype( struct
/third_party/boost/tools/build/src/engine/
Dfilesys.h33 char is_file; member
85 inline bool is_file(const std::string &path) in is_file() function
Dpathvms.cpp143 unsigned char is_file; in translate_path_posix2vms() local
/third_party/python/Lib/importlib/
D_adapters.py44 is_file = exists = is_dir # type: ignore variable in DegenerateFiles.Path
Dreaders.py83 def is_file(self): member in MultiplexedPath
Dabc.py388 def is_file(self) -> bool: member in Traversable
/third_party/boost/tools/build/test/
Dtree.py76 def is_file(self): member in TreeNode
/third_party/boost/tools/quickbook/src/
Dinclude_paths.cpp311 std::string const& x, quickbook::state& state, bool is_file) in resolve_xinclude_path()
Dpath.cpp54 fs::path const& base, fs::path const& path, bool is_file) in path_difference()
/third_party/curl/src/
Dtool_getparam.c1380 char is_file; in getparameter() local
/third_party/python/Lib/
Dpathlib.py1314 def is_file(self): member in Path
Dzipfile.py2367 def is_file(self): member in Path
/third_party/curl/lib/vtls/
Dnss.c404 static int is_file(const char *filename) in is_file() function
Dsectransp.c1326 CF_INLINE bool is_file(const char *filename) in is_file() function
/third_party/python/Lib/test/
Dtest_os.py4130 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument
/third_party/libinput/test/
Dlitest.c1358 litest_copy_file(const char *dest, const char *src, const char *header, bool is_file) in litest_copy_file()