Searched refs:path_ (Results 1 – 6 of 6) sorted by relevance
92 #define UC_FW_BLOB(major_, minor_, path_) \ argument93 { .major = major_, .minor = minor_, .path = path_ }
723 path_ = watch_.path724 src_path = os.path.normpath(os.path.join(path_, raw_event.name))734 path_ = watch_.path735 dst_path = os.path.normpath(os.path.join(path_, raw_event.name))
15 OfflineDatabase::OfflineDatabase(std::string path_, uint64_t maximumCacheSize_) in OfflineDatabase() argument16 : path(std::move(path_)), in OfflineDatabase()
106 path path_;
248 const char* path_; // Path to the file where the minidum should be written.
658 correspond roughly to the four ``path_*()`` functions we met earlier,659 each of which calls ``link_path_walk()``. The ``path_*()`` functions are