OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlterEnvironment
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
process_util_unittest.cc
538
TEST_F(ProcessUtilTest,
AlterEnvironment
) {
544
e = base::
AlterEnvironment
(changes, empty);
549
e = base::
AlterEnvironment
(changes, empty);
556
e = base::
AlterEnvironment
(changes, empty);
561
e = base::
AlterEnvironment
(changes, a2);
568
e = base::
AlterEnvironment
(changes, a2);
575
e = base::
AlterEnvironment
(changes, a2);
process_util.h
287
//
AlterEnvironment
returns a modified environment vector, constructed from the
294
char**
AlterEnvironment
(const environment_vector& changes,
process_util_posix.cc
381
char**
AlterEnvironment
(const environment_vector& changes,
514
scoped_array<char*> new_environ(
AlterEnvironment
(env_changes, environ));
Completed in 175 milliseconds