OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
mount_mem.cc
257
bool
dir_only
= remove_type == REMOVE_DIR;
local
261
if (
dir_only
) {
282
if (
dir_only
&& !child->IsaDir())
Completed in 51 milliseconds