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

/barrelfish-master/usr/eclipseclp/JavaInterface/
H A Dec_java_load.c28 * Containing just chdir() functions (Java has no chdir), which are
42 #define chdir(dir) _chdir(dir) macro
66 res = (jint) chdir(Dir);
80 return (jint) chdir(old_cwd);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dgetwd.c118 if(chdir("..") < 0) {
152 (void) chdir(ptail+1);
162 (void) chdir(ptail+1);
H A Dos_support.h237 #define ec_chdir(A) chdir(A)
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DNativeEclipse.java32 static native int chdir(String dir) ; method in class:NativeEclipse
H A DPlatform_UNIX.java59 NativeEclipse.chdir(getLibrarySubdirectory(eclipseDirectory).toString());
H A DPlatform_i386_nt.java78 NativeEclipse.chdir(getLibrarySubdirectory(eclipseDirectory).toString());
H A DPlatform_x86_64_nt.java78 NativeEclipse.chdir(getLibrarySubdirectory(eclipseDirectory).toString());
/barrelfish-master/lib/posixcompat/
H A Dchdir.c18 int chdir(const char *pathname) function
29 POSIXCOMPAT_DEBUG("chdir('%s') -> '%s' FAILED\n", pathname, newcwd);
35 POSIXCOMPAT_DEBUG("chdir('%s') -> '%s'\n", pathname, newcwd);
/barrelfish-master/lib/libc/gen/
H A Ddaemon.c85 (void)chdir("/");
/barrelfish-master/usr/skb/
H A Dskb_main.c60 chdir(ECLIPSE_DIR);
/barrelfish-master/include/
H A Dunistd.h324 int chdir(const char *);
/barrelfish-master/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c100 #define CHDIR(path) chdir(path)
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp936 if (::chdir(p.c_str()) == -1)

Completed in 176 milliseconds