Home
last modified time | relevance | path

Searched refs:path (Results 4126 - 4150 of 9522) sorted by relevance

1...<<161162163164165166167168169170>>...381

/kernel/uniproton/src/fs/vfs/
H A Dvfs_mount.h29 S32 (*statfs)(const char *path, struct statfs *buf);
47 struct TagMountPoint *OsVfsFindMp(const char *path, const char **pathInMp);
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6adm.h19 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
24 int q6adm_matrix_map(struct device *dev, int path,
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H A Dxt_cgroup.h32 char path[PATH_MAX]; member
43 char path[XT_CGROUP_PATH_MAX]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H A Dxt_cgroup.h19 char path[PATH_MAX]; member
31 char path[XT_CGROUP_PATH_MAX]; member
/kernel/liteos_a/testsuites/unittest/fuzz/
H A Dposix_spawn_file_actions_addchdir_np_fuzzer.cpp50 char *path = DT_SetGetString(&g_Element[19], LENGTH_STRING, MAXLENGTH_STRING, INITVALUE_STRING); in TestPosixSpawnFileActionsAddchdirNp() local
51 posix_spawn_file_actions_addchdir_np(&fa, path); in TestPosixSpawnFileActionsAddchdirNp()
/kernel/liteos_a/testsuites/unittest/process/fs/smoke/
H A DIt_process_fs_005.cpp63 auto path = gen_proc_pid_cpup_path(getpid()); in ItProcessFs005() local
64 operPidCpup(path); in ItProcessFs005()
H A DIt_process_fs_004.cpp62 auto path = gen_proc_pid_meminfo_path(getpid()); in ItProcessFs004() local
63 operPidMemInfo(path); in ItProcessFs004()
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_004.cpp46 std::string path = "/proc/plimits/test"; in ItProcessPlimits004() local
49 ret = mkdir(path.c_str(), S_IFDIR | mode); in ItProcessPlimits004()
/third_party/ffmpeg/fftools/
H A Dfopen_utf8.h59 /* path may be in CP_ACP */ in fopen_utf8()
65 static inline FILE *fopen_utf8(const char *path, const char *mode) in fopen_utf8() argument
67 return fopen(path, mode); in fopen_utf8()
/third_party/glslang/gtests/
H A DBuiltInResource.FromFile.cpp49 const std::string path = GlobalTestSettings.testRoot + "/baseResults/test.conf"; in TEST_F() local
51 tryLoadFile(path, "expected resource limit", &expectedConfig); in TEST_F()
/third_party/gn/src/base/files/
H A Dfile_util_linux.cc15 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { in GetFileSystemType() argument
17 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()
/third_party/FatFs/documents/res/
H A Dapp1.c8 const char* path /* [IN] File name to be opened */ in open_append()
14 fr = f_open(fp, path, FA_WRITE | FA_OPEN_ALWAYS); in open_append()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DPhonePrefixDataIOHandler.java28 // The path to the output directory.
55 public File createFile(String path) { in createFile() argument
56 return new File(outputPath, path); in createFile()
/third_party/mesa3d/ohos/
H A Dbuild_wayland_and_gbm.py31 script_dir = os.path.split(os.path.abspath( __file__))[0]
/third_party/mesa3d/docs/
H A Dconf.py20 # add these directories to sys.path here. If the directory is relative to the
21 # documentation root, use os.path.abspath to make it absolute, like shown here.
27 # add these directories to sys.path here. If the directory is relative to the
28 # documentation root, use os.path.abspath to make it absolute, like shown here.
29 sys.path.append(os.path.abspath('_exts'))
/third_party/ltp/include/old/
H A Dold_safe_stdio.h25 #define SAFE_FOPEN(cleanup_fn, path, mode) \
26 safe_fopen(__FILE__, __LINE__, cleanup_fn, path, mode)
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dtest_db.js14 const path = require('path');
28 const indexFile = path.join(outPath, 'index.json');
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-args.js16 const options = { cwd: tmpdir.path };
33 const expectedResult = tmpdir.path.trim().toLowerCase();
H A Dtest-worker-unsupported-path.js4 const path = require('path');
13 const existingRelPathNoDot = path.relative('.', __filename);
/third_party/node/test/wasi/
H A Dtest-wasi-not-started.js7 const path = require('path');
15 const modulePath = path.join(__dirname, 'wasm', 'main_args.wasm');
/third_party/node/deps/v8/tools/
H A Dtest262-results-parser.js21 path = require('path');
29 fullPath = path.join(__dirname, fileName),
/third_party/node/tools/
H A Dgetnodeversion.py16 node_version_h = os.path.join(os.path.dirname(__file__),
/third_party/musl/src/process/
H A Dexecle.c4 int execle(const char *path, const char *argv0, ...) in execle() argument
21 return execve(path, argv, envp); in execle()
H A Dexecl.c4 int execl(const char *path, const char *argv0, ...) in execl() argument
20 return execv(path, argv); in execl()
/third_party/node/benchmark/http/
H A Dsimple.js18 const path = `/${type}/${len}/${chunks}/normal/${chunkedEnc}`;
21 path,

Completed in 12 milliseconds

1...<<161162163164165166167168169170>>...381