Searched refs:VfsBuildCommandForPath (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c292 static Tcl_Obj* VfsBuildCommandForPath(Tcl_Interp **iRef,
1114 mountCmd = VfsBuildCommandForPath(&interp, "stat", pathPtr);
1263 mountCmd = VfsBuildCommandForPath(&interp, "access", pathPtr);
1322 mountCmd = VfsBuildCommandForPath(&interp, "open", pathPtr);
1550 mountCmd = VfsBuildCommandForPath(&interp, "matchindirectory", dirPtr);
1602 mountCmd = VfsBuildCommandForPath(&interp, "deletefile", pathPtr);
1628 mountCmd = VfsBuildCommandForPath(&interp, "createdirectory", pathPtr);
1660 mountCmd = VfsBuildCommandForPath(&interp, "removedirectory", pathPtr);
1697 mountCmd = VfsBuildCommandForPath(&interp, "fileattributes", pathPtr);
1732 mountCmd = VfsBuildCommandForPath(
1984 VfsBuildCommandForPath(Tcl_Interp **iRef, CONST char* cmd, Tcl_Obj *pathPtr) { function
[all...]

Completed in 118 milliseconds