X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=3a35fa2c5be3f30e0add582445fa4c2128fcacee;hp=324b131f2436b559a5059dd85c1b89c0a4ac2728;hb=7c3a90f94cd6b8fec9cdd1c052b91a14c0ee0e0e;hpb=d58084f387f8e141224d06169959eb0854dd9bc2 diff --git a/src/generator.ml b/src/generator.ml index 324b131..3a35fa2 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3133,6 +3133,14 @@ matching lines."); This calls the external C program and returns the matching lines."); + ("realpath", (RString "rpath", [String "path"]), 163, [], + [InitSquashFS, Always, TestOutput ( + [["realpath"; "/../directory"]], "/directory")], + "canonicalized absolute pathname", + "\ +Return the canonicalized absolute pathname of C. The +returned path has no C<.>, C<..> or symbolic link path elements."); + ] let all_functions = non_daemon_functions @ daemon_functions