#include <iostream>
#include <sstream>
#include <cstdlib>
#include <dirent.h>
#include <unistd.h>
#include <sys/stat.h>
Include dependency graph for odicop.cc:
Go to the source code of this file.
Functions | |
bool | isdir (const string &path) |
returns true if the given path is an existing directory (or a symbolic link pointing to a directory) | |
bool | islink (const string &path) |
void | makedir (const string &dir) |
int | goAndCreateDir (string sourcedir, string destdir, string spc) |
void | copyAndLinkObjs (string &sourceOBJdir, string &original_sourcedir, string &destOBJdir) |
int | main (int argc, char *argv[]) |
|
Definition at line 170 of file odicop.cc. Referenced by goAndCreateDir(). |
|
Definition at line 79 of file odicop.cc. References copyAndLinkObjs(), isdir(), islink(), and makedir(). Referenced by main(). |
|
returns true if the given path is an existing directory (or a symbolic link pointing to a directory)
Definition at line 200 of file odicop.cc. Referenced by PLearn::abspath(), PLearn::DiskVMatrix::build_(), PLearn::VVMatrix::createPreproVMat(), PLearn::force_mkdir(), PLearn::force_rmdir(), goAndCreateDir(), makedir(), PLearn::VMatrix::resolveFieldInfoLink(), PLearn::train_and_test(), and PLearn::PrecomputedVMatrix::usePrecomputed(). |
|
Definition at line 216 of file odicop.cc. Referenced by goAndCreateDir(). |
|
Definition at line 54 of file odicop.cc. References goAndCreateDir(). |
|
Definition at line 189 of file odicop.cc. References isdir(). Referenced by goAndCreateDir(). |