Home
last modified time | relevance | path

Searched refs:chrooter (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/linux/services/
Dcredentials.cc146 base::Thread chrooter("sandbox_chrooter"); in ChrootToSafeEmptyDir() local
147 if (!chrooter.Start()) return false; in ChrootToSafeEmptyDir()
149 chrooter.message_loop()->PostTask(FROM_HERE, in ChrootToSafeEmptyDir()
150 base::Bind(&ChrootToThreadFdInfo, chrooter.thread_id(), &is_chrooted)); in ChrootToSafeEmptyDir()
152 chrooter.Stop(); in ChrootToSafeEmptyDir()