Home
last modified time | relevance | path

Searched refs:path (Results 4776 - 4800 of 12350) sorted by relevance

1...<<191192193194195196197198199200>>...494

/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp80 Status StoreManager::Delete(const AppId &appId, const StoreId &storeId, const std::string &path) in Delete() argument
83 StoreUtil::Anonymous(storeId.storeId).c_str(), path.c_str()); in Delete()
88 return StoreFactory::GetInstance().Delete(appId, storeId, path); in Delete()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_tarball/
H A Db_tarball_factory_test.cpp119 string path = root + ""; in HWTEST_F() local
120 SaveStringToFile(path, "data/storage/el2/database/"); in HWTEST_F()
122 auto tarballTar = BTarballFactory::Create(implType, path); in HWTEST_F()
/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
H A Dremotefileshare_fuzzer.cpp62 char path[PATH_MAX] = {0}; in ShareFilePathIoctlFdAndCidFuzzTest() local
63 if (!realpath(g_sharePATH, path)) { in ShareFilePathIoctlFdAndCidFuzzTest()
66 dirFd = open(path, O_RDONLY); in ShareFilePathIoctlFdAndCidFuzzTest()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h106 virtual int32_t StartDownloadFile(const std::string &path) = 0;
107 virtual int32_t StartFileCache(const std::string &path) = 0;
109 virtual int32_t StopDownloadFile(const std::string &path, bool needClean = false) = 0;
/foundation/filemanagement/file_api/interfaces/test/unittest/task_signal/
H A Dtask_signal_test.cpp53 string path = "aaa"; in OnCancel() local
54 TaskSignalTest::canceledFilePath_ = path; in OnCancel()
56 HILOGI("OnCancel in. path = %{public}s", path.c_str()); in OnCancel()
/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp49 std::string PreferencesHelper::GetRealPath(const std::string &path, int &errorCode) in GetRealPath() argument
68 int PreferencesHelper::DeletePreferences(const std::string &path) in DeletePreferences() argument
73 int PreferencesHelper::RemovePreferencesFromCache(const std::string &path) in RemovePreferencesFromCache() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dlstat.cpp84 UniError(EINVAL).ThrowErr(env, "Invalid path"); in Async()
88 string path = tmp.get(); in Async() local
90 auto cbExec = [arg, path](napi_env env) -> UniError { in Async()
91 if (lstat(path.c_str(), &arg->stat_)) { in Async()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_video_player.cpp63 std::string path = GetResPath(TYPE_VIDEO); in Play() local
64 LOGI("video res path: %{public}s", path.c_str()); in Play()
65 ret = mediaPlayer_->SetSource(path); in Play()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_adxl.c140 char *path = ACPI_ADXL_PATH; in adxl_init() local
145 status = acpi_get_handle(NULL, path, &handle); in adxl_init()
147 pr_debug("No ACPI handle for path %s\n", path); in adxl_init()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Duterror.c153 * prefix_scope - Scope/Path that prefixes the internal path
154 * internal_path - Name or path of the namespace node
202 /* Concatenate the prefix path and the internal path */ in acpi_ut_prefixed_namespace_error()
225 * internal_name - Name or path of the namespace node
254 /* Convert path to external format */ in acpi_ut_namespace_error()
288 * prefix_node - Prefix relative to the path
289 * path - Path to the node (optional)
303 const char *path, acpi_status method_status) in acpi_ut_method_error()
311 if (path) { in acpi_ut_method_error()
299 acpi_ut_method_error(const char *module_name, u32 line_number, const char *message, struct acpi_namespace_node *prefix_node, const char *path, acpi_status method_status) acpi_ut_method_error() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H A Dfw_lib.sh99 OLD_FWPATH="$(cat /sys/module/firmware_class/parameters/path)"
127 echo -n "$FWPATH" >/sys/module/firmware_class/parameters/path
184 printf '\000' >/sys/module/firmware_class/parameters/path
186 echo -n "$OLD_FWPATH" >/sys/module/firmware_class/parameters/path
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh33 echo "Recording trace (only user mode) with path: CPU$2 => $1"
73 # If the node of "enable_sink" is existed under the device path, this
101 path=`readlink -f $dev`
103 # Extract device name from path, e.g.
104 # path = '/sys/devices/platform/20010000.etf/tmc_etf0'
106 device_name=$(basename $path)
108 if is_device_sink $path $device_name; then
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event.c80 char path[PATH_MAX]; in tp_format() local
88 scnprintf(path, PATH_MAX, "%s/%s/format", tp_dir, name); in tp_format()
91 err = filename__read_str(path, &data, &size); in tp_format()
/kernel/linux/linux-5.10/fs/udf/
H A Dsymlink.c155 static int udf_symlink_getattr(const struct path *path, struct kstat *stat, in udf_symlink_getattr() argument
158 struct dentry *dentry = path->dentry; in udf_symlink_getattr()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dacr.h119 enum nvkm_acr_lsf_id, const char *path,
123 enum nvkm_acr_lsf_id, const char *path,
127 enum nvkm_acr_lsf_id, const char *path,
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_adxl.c140 char *path = ACPI_ADXL_PATH; in adxl_init() local
145 status = acpi_get_handle(NULL, path, &handle); in adxl_init()
147 pr_debug("No ACPI handle for path %s\n", path); in adxl_init()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Duterror.c153 * prefix_scope - Scope/Path that prefixes the internal path
154 * internal_path - Name or path of the namespace node
202 /* Concatenate the prefix path and the internal path */ in acpi_ut_prefixed_namespace_error()
225 * internal_name - Name or path of the namespace node
254 /* Convert path to external format */ in acpi_ut_namespace_error()
288 * prefix_node - Prefix relative to the path
289 * path - Path to the node (optional)
303 const char *path, acpi_status method_status) in acpi_ut_method_error()
311 if (path) { in acpi_ut_method_error()
299 acpi_ut_method_error(const char *module_name, u32 line_number, const char *message, struct acpi_namespace_node *prefix_node, const char *path, acpi_status method_status) acpi_ut_method_error() argument
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A Dsymlink.c145 const struct path *path, struct kstat *stat, in udf_symlink_getattr()
148 struct dentry *dentry = path->dentry; in udf_symlink_getattr()
144 udf_symlink_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) udf_symlink_getattr() argument
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh38 echo "Recording trace (only user mode) with path: CPU$2 => $1"
87 # If the node of "enable_sink" is existed under the device path, this
115 path=`readlink -f $dev`
117 # Extract device name from path, e.g.
118 # path = '/sys/devices/platform/20010000.etf/tmc_etf0'
120 device_name=$(basename $path)
122 if is_device_sink $path $device_name; then
130 arm_cs_report "CoreSight path testing (CPU$2 -> $device_name)" $err
/kernel/linux/linux-6.6/tools/perf/util/
H A Dutil.h33 int mkdir_p(char *path, mode_t mode);
34 int rm_rf(const char *path);
35 int rm_rf_perf_data(const char *path);
H A Dtrace-event.c79 char path[PATH_MAX]; in tp_format() local
87 scnprintf(path, PATH_MAX, "%s/%s/format", tp_dir, name); in tp_format()
90 err = filename__read_str(path, &data, &size); in tp_format()
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/
H A Dfw_lib.sh101 OLD_FWPATH="$(cat /sys/module/firmware_class/parameters/path)"
140 echo -n "$FWPATH" >/sys/module/firmware_class/parameters/path
197 printf '\000' >/sys/module/firmware_class/parameters/path
199 echo -n "$OLD_FWPATH" >/sys/module/firmware_class/parameters/path
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dcontrol.c13 #include "path.h"
26 struct avs_path *path; in avs_get_volume_module() local
31 list_for_each_entry(path, &adev->path_list, node) { in avs_get_volume_module()
32 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_get_volume_module()
57 /* prevent access to modules while path is being constructed */ in avs_control_volume_get()
92 /* prevent access to modules while path is being constructed */ in avs_control_volume_put()
/kernel/linux/linux-6.6/tools/crypto/ccp/
H A Ddbc_cli.py69 if not os.path.exists(args.device):
72 if not os.path.exists(args.signature):
81 if not os.path.exists(args.uid):
/kernel/linux/linux-6.6/samples/hid/
H A Dhid_surface_dial.c68 static int get_hid_id(const char *path) in get_hid_id() argument
75 snprintf(uevent, sizeof(uevent) - 1, "%s/uevent", path); in get_hid_id()
83 dir = basename((char *)path); in get_hid_id()

Completed in 15 milliseconds

1...<<191192193194195196197198199200>>...494