OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:irt_path_var
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/nacl/browser/
nacl_browser.cc
194
const char*
irt_path_var
= getenv("NACL_IRT_LIBRARY");
local
195
if (
irt_path_var
!= NULL) {
197
irt_path_var
, const_cast<const char*>(strchr(
irt_path_var
, '\0')));
Completed in 489 milliseconds