Searched refs:to_path (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_dirops.c | 151 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/ |
D | test_dtlib.py | 1857 actual = dt.root.props[prop].to_path().path 1862 dt.root.props[prop].to_path()
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 529 def to_path(self) -> Node: member in Property 1879 alias2node[prop.name] = prop.to_path()
|
D | edtlib.py | 1577 return self.edt._node2enode[prop.to_path()] 2049 node = prop.to_path()
|