HomeSort by relevance Sort by last modified time
    Searched refs:create_dir (Results 1 - 10 of 10) 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_org/ui/base/
ui_base_paths.cc 22 bool create_dir = false; local
40 create_dir = true;
71 if (create_dir && !base::PathExists(cur) &&
  /external/chromium_org/chrome/common/
chrome_paths.cc 162 bool create_dir = false; local
171 create_dir = true;
176 create_dir = true;
225 create_dir = true;
255 create_dir = true;
359 create_dir = true;
532 create_dir = false;
538 create_dir = true;
594 if (create_dir && !base::PathExists(cur) &&
  /external/chromium_org/ppapi/generators/
idl_outfile.py 29 def __init__(self, filename, always_write = False, create_dir = True):
32 self.create_dir = create_dir
119 if basepath and not os.path.isdir(basepath) and self.create_dir:
  /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/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]

Completed in 306 milliseconds