/base/update/updater/services/flashd/daemon/ |
H A D | flashd_utils.h | 23 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 D | openremoteuri_fuzzer.cpp | 28 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 D | loadlib_fuzzer.cpp | 33 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 D | test_d_path_check_types.c | 15 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 D | dm-uevent.h | 22 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 D | usermode_driver.h | 5 #include <linux/path.h> 11 struct path wd;
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | llvm-utils.h | 59 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 D | cache.h | 12 #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 D | usermode_driver.h | 5 #include <linux/path.h> 11 struct path wd;
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-uevent.h | 22 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 D | cache.h | 12 #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 D | test_d_path_check_types.c | 15 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 D | It_process_fs_009.cpp | 41 auto path = GenProcPidContainerPath(getpid(), "user"); in ItProcessFs009() local 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs009()
|
H A D | It_process_fs_007.cpp | 41 auto path = GenProcPidContainerPath(getpid(), "uts"); in ItProcessFs007() local 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs007()
|
H A D | It_process_fs_008.cpp | 41 auto path = GenProcPidContainerPath(getpid(), "mnt"); in ItProcessFs008() local 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs008()
|
H A D | It_process_fs_010.cpp | 41 auto path = GenProcPidContainerPath(getpid(), "pid"); in ItProcessFs010() local 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs010()
|
H A D | It_process_fs_011.cpp | 41 auto path = GenProcPidContainerPath(getpid(), "net"); in ItProcessFs011() local 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs011()
|
H A D | It_process_fs_022.cpp | 41 auto path = GenProcPidContainerPath(getpid(), "time"); in ItProcessFs022() local 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs022()
|
H A D | It_process_fs_021.cpp | 41 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 D | dynlink_loader.h | 25 #define FFNV_LOAD_FUNC(path) dlopen((path), RTLD_LAZY)
|
/third_party/gn/src/base/files/ |
H A D | file_enumerator.cc | 13 bool FileEnumerator::ShouldSkip(const FilePath& path) { in ShouldSkip() argument 14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
|
H A D | scoped_temp_dir.h | 29 // 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 D | BrowseDialog.h | 8 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 D | tst_sys_conf.h | 21 const char *path; member 26 void tst_sys_conf_save_str(const char *path, const char *value);
|
H A D | tst_safe_stdio.h | 12 #define SAFE_FOPEN(path, mode) \ 13 safe_fopen(__FILE__, __LINE__, NULL, path, mode)
|