OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChangeAttr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
service_process_util_unittest.cc
309
void
ChangeAttr
(const base::FilePath& from, int mode) {
319
ChangeAttr
(path_, mode_);
408
TEST_F(ServiceProcessStateFileManipulationTest,
ChangeAttr
) {
412
base::Bind(&
ChangeAttr
, bundle_path(), 0222));
/external/chromium/chrome/common/
service_process_util_unittest.cc
461
void
ChangeAttr
(const FilePath& from, int mode) {
471
ChangeAttr
(path_, mode_);
540
TEST_F(ServiceProcessStateFileManipulationTest,
ChangeAttr
) {
544
NewRunnableFunction(&
ChangeAttr
, bundle_path(), 0222));
Completed in 28 milliseconds