OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parent_dir
(Results
1 - 4
of
4
) sorted by null
/build/libs/host/include/host/
Directories.h
6
std::string
parent_dir
(const std::string& path);
/external/chromium/net/http/
http_auth_cache.cc
97
std::string
parent_dir
= GetParentDirectory(path);
local
102
if (it->origin() == origin && it->HasEnclosingPath(
parent_dir
, &len) &&
164
std::string
parent_dir
= GetParentDirectory(path);
local
165
if (!HasEnclosingPath(
parent_dir
, NULL)) {
167
paths_.remove_if(IsEnclosedBy(
parent_dir
));
177
paths_.push_front(
parent_dir
);
/frameworks/base/tools/localize/
file_utils.cpp
20
parent_dir
(const string& path)
function
163
mkdirs(
parent_dir
(filename).c_str());
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py
512
parent_dir
= tempfile.gettempdir()
514
parent_dir
= sys.path[0] # tempdir is not secure.
515
return os.path.join(
parent_dir
, "temp_svn_config")
[
all
...]
Completed in 1043 milliseconds