/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_mount.h | 29 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 D | q6adm.h | 19 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 D | xt_cgroup.h | 32 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 D | xt_cgroup.h | 19 char path[PATH_MAX]; member 31 char path[XT_CGROUP_PATH_MAX]; member
|
/kernel/liteos_a/testsuites/unittest/fuzz/ |
H A D | posix_spawn_file_actions_addchdir_np_fuzzer.cpp | 50 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 D | It_process_fs_005.cpp | 63 auto path = gen_proc_pid_cpup_path(getpid()); in ItProcessFs005() local 64 operPidCpup(path); in ItProcessFs005()
|
H A D | It_process_fs_004.cpp | 62 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 D | It_process_plimits_004.cpp | 46 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 D | fopen_utf8.h | 59 /* 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 D | BuiltInResource.FromFile.cpp | 49 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 D | file_util_linux.cc | 15 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 D | app1.c | 8 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 D | PhonePrefixDataIOHandler.java | 28 // 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 D | build_wayland_and_gbm.py | 31 script_dir = os.path.split(os.path.abspath( __file__))[0]
|
/third_party/mesa3d/docs/ |
H A D | conf.py | 20 # 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 D | old_safe_stdio.h | 25 #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 D | test_db.js | 14 const path = require('path'); 28 const indexFile = path.join(outPath, 'index.json');
|
/third_party/node/test/parallel/ |
H A D | test-child-process-spawnsync-args.js | 16 const options = { cwd: tmpdir.path }; 33 const expectedResult = tmpdir.path.trim().toLowerCase();
|
H A D | test-worker-unsupported-path.js | 4 const path = require('path'); 13 const existingRelPathNoDot = path.relative('.', __filename);
|
/third_party/node/test/wasi/ |
H A D | test-wasi-not-started.js | 7 const path = require('path'); 15 const modulePath = path.join(__dirname, 'wasm', 'main_args.wasm');
|
/third_party/node/deps/v8/tools/ |
H A D | test262-results-parser.js | 21 path = require('path'); 29 fullPath = path.join(__dirname, fileName),
|
/third_party/node/tools/ |
H A D | getnodeversion.py | 16 node_version_h = os.path.join(os.path.dirname(__file__),
|
/third_party/musl/src/process/ |
H A D | execle.c | 4 int execle(const char *path, const char *argv0, ...) in execle() argument 21 return execve(path, argv, envp); in execle()
|
H A D | execl.c | 4 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 D | simple.js | 18 const path = `/${type}/${len}/${chunks}/normal/${chunkedEnc}`; 21 path,
|