Home
last modified time | relevance | path

Searched refs:path (Results 4451 - 4475 of 12435) sorted by relevance

1...<<171172173174175176177178179180>>...498

/foundation/multimodalinput/input/test/facility/libinput_wrapper/include/
H A Dlibinput_wrapper.h36 bool AddPath(const std::string &path);
37 void RemovePath(const std::string &path);
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_utils.cpp29 std::string path = filePath.substr(0, CERT_PATH_LEN); in IsValidPath() local
30 return strcmp(path.c_str(), CERT_PATH) == 0; in IsValidPath()
41 NETSTACK_LOGE("file path is error"); in CheckFilePath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_name.h26 explicit SoftbusSessionName(std::string path) : path_(path) {} in SoftbusSessionName() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_typeface.h64 * @param path file path.
70 OH_Drawing_Typeface* OH_Drawing_TypefaceCreateFromFile(const char* path, int index);
79 * @param path Indicates the file path.
84 * or either path or fontArguments is nullptr, or the path is invalid.
88 OH_Drawing_Typeface* OH_Drawing_TypefaceCreateFromFileWithArguments(const char* path,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dhm_symbol.cpp23 void DrawingHMSymbol::PathOutlineDecompose(const Path& path, std::vector<Path>& paths) in PathOutlineDecompose() argument
25 StaticFactory::PathOutlineDecompose(path, paths); in PathOutlineDecompose()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-uevent.h22 struct dm_target *ti, const char *path,
39 struct dm_target *ti, const char *path, in dm_path_uevent()
38 dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti, const char *path, unsigned nr_valid_paths) dm_path_uevent() argument
/kernel/linux/linux-5.10/include/linux/
H A Dusermode_driver.h5 #include <linux/path.h>
11 struct path wd;
/kernel/linux/linux-5.10/tools/perf/util/
H A Dllvm-utils.h59 int llvm__compile_bpf(const char *path, void **p_obj_buf, size_t *p_obj_buf_sz);
68 void llvm__dump_obj(const char *path, void *obj_buf, size_t size);
H A Dcache.h12 #define CMD_EXEC_PATH "--exec-path"
24 static inline int is_absolute_path(const char *path) in is_absolute_path() argument
26 return path[0] == '/'; in is_absolute_path()
/kernel/linux/linux-6.6/include/linux/
H A Dusermode_driver.h5 #include <linux/path.h>
11 struct path wd;
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-uevent.h22 struct dm_target *ti, const char *path,
39 struct dm_target *ti, const char *path, in dm_path_uevent()
38 dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti, const char *path, unsigned int nr_valid_paths) dm_path_uevent() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcache.h12 #define CMD_EXEC_PATH "--exec-path"
24 static inline int is_absolute_path(const char *path) in is_absolute_path() argument
26 return path[0] == '/'; in is_absolute_path()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG() argument
/kernel/liteos_a/testsuites/unittest/process/fs/smoke/
H A DIt_process_fs_009.cpp41 auto path = GenProcPidContainerPath(getpid(), "user"); in ItProcessFs009() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs009()
H A DIt_process_fs_007.cpp41 auto path = GenProcPidContainerPath(getpid(), "uts"); in ItProcessFs007() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs007()
H A DIt_process_fs_008.cpp41 auto path = GenProcPidContainerPath(getpid(), "mnt"); in ItProcessFs008() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs008()
H A DIt_process_fs_010.cpp41 auto path = GenProcPidContainerPath(getpid(), "pid"); in ItProcessFs010() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs010()
H A DIt_process_fs_011.cpp41 auto path = GenProcPidContainerPath(getpid(), "net"); in ItProcessFs011() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs011()
H A DIt_process_fs_022.cpp41 auto path = GenProcPidContainerPath(getpid(), "time"); in ItProcessFs022() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs022()
H A DIt_process_fs_021.cpp41 auto path = GenProcPidContainerPath(getpid(), "ipc"); in ItProcessFs021() local
43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs021()
/third_party/ffmpeg/compat/cuda/
H A Ddynlink_loader.h25 #define FFNV_LOAD_FUNC(path) dlopen((path), RTLD_LAZY)
/third_party/gn/src/base/files/
H A Dfile_enumerator.cc13 bool FileEnumerator::ShouldSkip(const FilePath& path) { in ShouldSkip() argument
14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
H A Dscoped_temp_dir.h29 // Recursively delete path.
36 // Creates a unique directory under a given path, and takes ownership of it.
37 [[nodiscard]] bool CreateUniqueTempDirUnderPath(const FilePath& path);
39 // Takes ownership of directory at |path|, creating it if necessary.
41 [[nodiscard]] bool Set(const FilePath& path);
50 // Returns the path to the created directory. Call one of the
51 // CreateUniqueTempDir* methods before getting the path.
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.h8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath);
24 - path is Super Path (with \\?\ prefix)
25 - path is relative and relBase is Super Path
28 bool CorrectFsPath(const UString &relBase, const UString &path, UString &result);

Completed in 11 milliseconds

1...<<171172173174175176177178179180>>...498