Searched refs:GetPosixFilePermissions (Results 1 – 3 of 3) sorted by relevance
47 EXPECT_TRUE(base::GetPosixFilePermissions(file_path_, &actual_permissions)); in ExpectFilePermissions()
198 BASE_EXPORT bool GetPosixFilePermissions(const FilePath& path, int* mode);
426 bool GetPosixFilePermissions(const FilePath& path, int* mode) { in GetPosixFilePermissions() function472 if (GetPosixFilePermissions(file.Append(executable), &permissions) && in ExecutableExistsInPath()