OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetAccessPointRlz
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/rlz/win/dll/
exports.cc
39
RLZ_DLL_EXPORT bool
SetAccessPointRlz
(rlz_lib::AccessPoint point,
41
return rlz_lib::
SetAccessPointRlz
(point, new_rlz);
/external/chromium_org/rlz/lib/
rlz_lib.cc
313
bool
SetAccessPointRlz
(AccessPoint point, const char* new_rlz) {
320
ASSERT_STRING("
SetAccessPointRlz
: Invalid buffer");
326
ASSERT_STRING(("
SetAccessPointRlz
: "
334
ASSERT_STRING("
SetAccessPointRlz
: RLZ length is exceeds max allowed.");
562
SetAccessPointRlz
(point, rlz_value.substr(0, rlz_length).c_str());
Completed in 35 milliseconds