HomeSort by relevance Sort by last modified time
    Searched full:dir_only (Results 1 - 3 of 3) sorted by null

  /external/oprofile/gui/
oprof_start_util.h 36 std::string const do_open_file_or_dir(std::string const & base_dir, bool dir_only);
oprof_start_util.cpp 286 * @param dir_only directory or filename to select
291 string const do_open_file_or_dir(string const & base_dir, bool dir_only)
295 if (dir_only) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs.cc 239 bool dir_only = remove_type == REMOVE_DIR; local
243 if (dir_only) {
264 if (dir_only && !child->IsaDir())

Completed in 825 milliseconds