Searched refs:VerifyPathControlledByUser (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/files/ |
D | file_util_unittest.cc | 3384 VerifyPathControlledByUser(base_dir_, does_not_exist, uid_, ok_gids_)); in TEST_F() 3387 EXPECT_FALSE(VerifyPathControlledByUser(sub_dir_, base_dir_, uid_, ok_gids_)); in TEST_F() 3391 EXPECT_FALSE(VerifyPathControlledByUser(empty, base_dir_, uid_, ok_gids_)); in TEST_F() 3394 EXPECT_TRUE(VerifyPathControlledByUser(base_dir_, sub_dir_, uid_, ok_gids_)); in TEST_F() 3406 VerifyPathControlledByUser(base_dir_, file_link, uid_, ok_gids_)); in TEST_F() 3408 VerifyPathControlledByUser(file_link, file_link, uid_, ok_gids_)); in TEST_F() 3418 EXPECT_FALSE(VerifyPathControlledByUser(base_dir_, file_path_with_link, uid_, in TEST_F() 3421 EXPECT_FALSE(VerifyPathControlledByUser(link_to_sub_dir, file_path_with_link, in TEST_F() 3425 EXPECT_TRUE(VerifyPathControlledByUser(file_path_with_link, in TEST_F() 3442 EXPECT_TRUE(VerifyPathControlledByUser(base_dir_, sub_dir_, uid_, ok_gids_)); in TEST_F() [all …]
|
D | file_util.h | 427 BASE_EXPORT bool VerifyPathControlledByUser(const base::FilePath& base,
|
D | file_util_posix.cc | 902 bool VerifyPathControlledByUser(const FilePath& base, in VerifyPathControlledByUser() function 967 return VerifyPathControlledByUser( in VerifyPathControlledByAdmin()
|