Home
last modified time | relevance | path

Searched refs:parent_path (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dof_helpers.c21 char *parent_path = "/"; in pseries_of_derive_parent() local
32 parent_path = kstrndup(path, tail - path, GFP_KERNEL); in pseries_of_derive_parent()
33 if (!parent_path) in pseries_of_derive_parent()
36 parent = of_find_node_by_path(parent_path); in pseries_of_derive_parent()
37 if (strcmp(parent_path, "/")) in pseries_of_derive_parent()
38 kfree(parent_path); in pseries_of_derive_parent()
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0016-clang-Fix-resource-dir-location-for-cross-toolchains.patch29 - P = llvm::sys::path::parent_path(Dir);
30 + Dir = std::string(llvm::sys::path::parent_path(Dir));
34 + Dir = std::string(llvm::sys::path::parent_path(Dir));
/OK3568_Linux_fs/kernel/kernel/
H A Daudit_watch.c403 struct path parent_path; in audit_add_watch() local
416 ret = audit_get_nd(watch, &parent_path); in audit_add_watch()
427 parent = audit_find_parent(d_backing_inode(parent_path.dentry)); in audit_add_watch()
429 parent = audit_init_parent(&parent_path); in audit_add_watch()
441 path_put(&parent_path); in audit_add_watch()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbcmds.c760 char *parent_path; in acpi_db_device_resources() local
765 parent_path = acpi_ns_get_normalized_pathname(node, TRUE); in acpi_db_device_resources()
766 if (!parent_path) { in acpi_db_device_resources()
785 acpi_os_printf("\nDevice: %s\n", parent_path); in acpi_db_device_resources()
961 ACPI_FREE(parent_path); in acpi_db_device_resources()
/OK3568_Linux_fs/kernel/tools/cgroup/
H A Diocost_monitor.py67 def walk(self, blkcg, q_id, parent_path): argument
73 path = parent_path + '/' + name if parent_path else name
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/
H A Dllvm_git.bb96 …sed -i "s|sys::path::parent_path(CurrentPath))\.str()|sys::path::parent_path(sys::path::parent_pat…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py495 parent_path = "/".join(path.split("/")[:len(path.split("/")) - 1])
496 if not parent_path:
497 parent_path = "/"
498 …parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Ta…
515 parent_path = "/".join(path.split("/")[:len(path.split("/")) - 1])
532 …parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Ta…
543 parent_path = "/".join(path.split("/")[:len(path.split("/")) - 1])
546 filetarget_path = parent_path + "/" + filetarget_path
562 …parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_F…
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0009-MtpServer-Support-creation-time.patch83 entry.watch_fd = setup_dir_inotify(p.parent_path());
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_dir.h105 { _M_path = _M_path.parent_path() / __p; } in _GLIBCXX_VISIBILITY()
H A Dfs_path.h399 path parent_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_dir.h105 { _M_path = _M_path.parent_path() / __p; } in _GLIBCXX_VISIBILITY()
H A Dfs_path.h399 path parent_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_path.h405 path parent_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfs_path.h405 path parent_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem1062 _LIBCPP_INLINE_VISIBILITY path parent_path() const {
1990 __p_ = __p_.parent_path() / __p;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem1062 _LIBCPP_INLINE_VISIBILITY path parent_path() const {
1990 __p_ = __p_.parent_path() / __p;