HomeSort by relevance Sort by last modified time
    Searched refs:create_dir (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libutil/
op_file.h 40 * create_dir - create a directory
45 int create_dir(char const * dir);
op_file.c 44 int create_dir(char const * dir) function
67 ret = create_dir(str);
  /external/chromium/chrome/common/
chrome_paths.cc 110 bool create_dir = false; local
119 create_dir = true;
124 create_dir = true;
148 create_dir = true;
187 create_dir = true;
315 if (create_dir && !file_util::PathExists(cur) &&
  /external/oprofile/gui/
oprof_start_util.cpp 161 if (create_dir(name)) {
  /external/oprofile/pp/
oparchive.cpp 173 create_dir(dest_debug_dir.c_str())) {
  /external/oprofile/utils/
opcontrol 374 create_dir()
400 create_dir "$SETUP_DIR"
1098 create_dir "$SESSION_DIR"
1105 create_dir "$CURRENT_SAMPLES_DIR"
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 107 static int create_dir(const char* path);

Completed in 349 milliseconds