Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c92 #define UC_FW_BLOB(major_, minor_, path_) \ argument
93 { .major = major_, .minor = minor_, .path = path_ }
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py723 path_ = watch_.path
724 src_path = os.path.normpath(os.path.join(path_, raw_event.name))
734 path_ = watch_.path
735 dst_path = os.path.normpath(os.path.join(path_, raw_event.name))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp15 OfflineDatabase::OfflineDatabase(std::string path_, uint64_t maximumCacheSize_) in OfflineDatabase() argument
16 : path(std::move(path_)), in OfflineDatabase()
/OK3568_Linux_fs/buildroot/package/odb/
H A D0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch106 path path_;
/OK3568_Linux_fs/buildroot/package/google-breakpad/
H A D0002-Replace-remaining-references-to-struct-ucontext-with.patch248 const char* path_; // Path to the file where the minidum should be written.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst658 correspond roughly to the four ``path_*()`` functions we met earlier,
659 each of which calls ``link_path_walk()``. The ``path_*()`` functions are