Searched defs:prefix_path (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libpp/
H A Dlocate_images.cpp34 string const & prefix_path)
39 string const path = op_realpath(prefix_path + *cit);
33 populate(vector<string> const & paths, string const & prefix_path) argument
/external/lldb/source/Symbol/
H A DVariable.cpp525 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);
540 PrivateAutoCompleteMembers(StackFrame *frame, const std::string &partial_member_name, const std::string &partial_path, const std::string &prefix_path, const ClangASTType& clang_type, StringList &matches, bool &word_complete) argument
619 PrivateAutoComplete(StackFrame *frame, const std::string &partial_path, const std::string &prefix_path, const ClangASTType& clang_type, StringList &matches, bool &word_complete) argument
880 std::string prefix_path; local
[all...]

Completed in 117 milliseconds