Home
last modified time | relevance | path

Searched refs:path (Results 3976 - 4000 of 9522) sorted by relevance

1...<<151152153154155156157158159160>>...381

/base/update/updater/services/flashd/daemon/
H A Dflashd_utils.h23 std::string GetPathRoot(const std::string &path);
25 std::string GetFileName(const std::string &path);
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/openremoteuri_fuzzer/
H A Dopenremoteuri_fuzzer.cpp28 std::string path((const char*)data, size); in OpenRemoteUriFuzzTest()
29 PasteBoardClientAdapterImpl::GetInstance().OpenRemoteUri(path); in OpenRemoteUriFuzzTest()
/base/web/webview/test/fuzztest/ohos_nweb/loadlib_fuzzer/
H A Dloadlib_fuzzer.cpp33 const std::string path("/data/app/el1/bundle/public/com.ohos.nweb"); in LoadLibFuzzTest()
34 NWebHelper::Instance().SetBundlePath(path); in LoadLibFuzzTest()
/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);
/third_party/ltp/include/
H A Dtst_sys_conf.h21 const char *path; member
26 void tst_sys_conf_save_str(const char *path, const char *value);
H A Dtst_safe_stdio.h12 #define SAFE_FOPEN(path, mode) \
13 safe_fopen(__FILE__, __LINE__, NULL, path, mode)

Completed in 8 milliseconds

1...<<151152153154155156157158159160>>...381