OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefix_path
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Symbol/
Variable.cpp
525
const std::string &
prefix_path
, // Anything that has been resolved already will be in here
534
const std::string &
prefix_path
, // Anything that has been resolved already will be in here
543
const std::string &
prefix_path
, // Anything that has been resolved already will be in here
561
prefix_path
,
579
prefix_path
,
604
prefix_path
+ member_name, // Anything that has been resolved already will be in here
611
matches.AppendString (
prefix_path
+ member_name);
621
const std::string &
prefix_path
, // Anything that has been resolved already will be in here
626
// printf ("\nPrivateAutoComplete()\n\tprefix_path = '%s'\n\tpartial_path = '%s'\n",
prefix_path
.c_str(), partial_path.c_str());
649
matches.AppendString (
prefix_path
);
880
std::string
prefix_path
;
local
[
all
...]
/external/oprofile/libpp/
locate_images.h
84
std::string const &
prefix_path
);
locate_images.cpp
34
string const &
prefix_path
)
39
string const path = op_realpath(
prefix_path
+ *cit);
/external/chromium_org/tools/grit/grit/
util.py
63
def _GetPathAfterPrefix(
prefix_path
, path_with_prefix):
64
"""Gets the subpath within in
prefix_path
for the path_with_prefix
68
prefix_path
: the base path
69
path_with_prefix: a path that starts with
prefix_path
71
assert path_with_prefix.startswith(
prefix_path
)
72
path_without_prefix = path_with_prefix[len(
prefix_path
):]
Completed in 545 milliseconds