Home
last modified time | relevance | path

Searched refs:to_path (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c151 struct testfs_path to_path; in check_rename() local
152 const char *to = to_path.path; in check_rename()
204 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
225 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
240 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
255 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
267 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1857 actual = dt.root.props[prop].to_path().path
1862 dt.root.props[prop].to_path()
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py529 def to_path(self) -> Node: member in Property
1879 alias2node[prop.name] = prop.to_path()
Dedtlib.py1577 return self.edt._node2enode[prop.to_path()]
2049 node = prop.to_path()